src/HOL/TLA/Memory/MIParameters.thy
author paulson
Wed, 10 Jan 2001 11:00:17 +0100
changeset 10840 28a53b68a8c0
parent 5184 9b8547a9496a
child 11703 6e5de8d4290a
permissions -rw-r--r--
fixed the treatment of Rules and Sets

(*
    File:        MIParameters.thy
    Author:      Stephan Merz
    Copyright:   1997 University of Munich

    Theory Name: MIParameters
    Logic Image: TLA

    RPC-Memory example: Parameters of the memory implementation.
*)

MIParameters = Datatype +

datatype  histState  =  histA | histB

end