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 MuenchenThe set of all actions of the system*)Action = Main +datatype action = New | Loc nat | Free nat end