src/HOLCF/IOA/Storage/Action.thy
author paulson
Mon, 05 Mar 2001 15:25:11 +0100
changeset 11193 851c90b23a9e
parent 6008 d0e9b1619468
child 12218 6597093b77e7
permissions -rw-r--r--
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp

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