src/HOL/TLA/Memory/MIParameters.thy
author wenzelm
Tue, 28 Nov 2000 01:09:40 +0100
changeset 10527 7934b0fa8dcc
parent 5184 9b8547a9496a
child 11703 6e5de8d4290a
permissions -rw-r--r--
consume facts;

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