src/HOL/TLA/Memory/MIParameters.thy
author wenzelm
Thu, 27 Jul 2000 18:23:12 +0200
changeset 9450 c97dba47e504
parent 5184 9b8547a9496a
child 11703 6e5de8d4290a
permissions -rw-r--r--
tuned;

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