src/HOL/TLA/Memory/MIParameters.thy
author wenzelm
Wed, 09 Jun 2004 18:51:02 +0200
changeset 14894 d23f6b505e9a
parent 11703 6e5de8d4290a
child 17309 c43ed29bd197
permissions -rw-r--r--
updated notes on sub-/superscripts;

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