src/HOLCF/IOA/Storage/Action.thy
author paulson
Wed, 28 Jun 2000 10:56:01 +0200
changeset 9172 2dbb80d4fdb7
parent 6008 d0e9b1619468
child 12218 6597093b77e7
permissions -rw-r--r--
implements a classical version of make_elim

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

The set of all actions of the system
*)

Action =  Main +
datatype action = New  | Loc nat | Free nat        
end