src/HOL/TLA/Memory/MIParameters.thy
author wenzelm
Tue, 25 Jul 2000 00:06:46 +0200
changeset 9436 62bb04ab4b01
parent 5184 9b8547a9496a
child 11703 6e5de8d4290a
permissions -rw-r--r--
rearranged setup of arithmetic procedures, avoiding global reference values;

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