src/HOL/TLA/Memory/MIParameters.thy
author wenzelm
Wed, 08 Oct 1997 11:50:33 +0200
changeset 3807 82a99b090d9d
child 5184 9b8547a9496a
permissions -rw-r--r--
A formalization of TLA in HOL -- by Stephan Merz;

(*
    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 = Arith +

datatype  histState  =  histA | histB

end