src/HOLCF/IOA/ABP/Action.thy
author mueller
Wed, 30 Apr 1997 11:24:14 +0200
changeset 3072 a31419014be5
child 5192 704dd3a6d47d
permissions -rw-r--r--
Old ABP files now running under the IOA meta theory based on HOLCF;

(*  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