src/HOLCF/IOA/ABP/Action.thy
author paulson
Wed, 06 May 1998 13:01:30 +0200
changeset 4898 68fd1a2b8b7b
parent 3072 a31419014be5
child 5192 704dd3a6d47d
permissions -rw-r--r--
Removed some traces of UNITY

(*  Title:      HOLCF/IOA/ABP/Action.thy
    ID:         $Id$
    Author:     Olaf Mueller
    Copyright   1995  TU Muenchen

The set of all actions of the system
*)

Action = Packet +
datatype 'm action = Next | S_msg ('m) | R_msg ('m)
                   | S_pkt ('m packet) | R_pkt ('m packet) 
                   | S_ack (bool) | R_ack (bool)         
end