src/HOL/TLA/Memory/MIParameters.thy
author wenzelm
Fri, 05 May 2000 22:09:41 +0200
changeset 8807 0046be1769f9
parent 5184 9b8547a9496a
child 11703 6e5de8d4290a
permissions -rw-r--r--
GPLed;

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