src/HOL/TLA/Memory/MIParameters.thy
author wenzelm
Sat, 01 Dec 2001 18:52:32 +0100
changeset 12338 de0f4a63baa5
parent 11703 6e5de8d4290a
child 17309 c43ed29bd197
permissions -rw-r--r--
renamed class "term" to "type" (actually "HOL.type");

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

datatype  histState  =  histA | histB

end