src/HOL/TLA/Memory/MIParameters.thy
author wenzelm
Tue, 10 Jul 2007 23:29:43 +0200
changeset 23719 ccd9cb15c062
parent 17309 c43ed29bd197
child 24180 9f818139951b
permissions -rw-r--r--
more markup for inner and outer syntax; added enclose;

(*
    File:        MIParameters.thy
    ID:          $Id$
    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

ML {* use_legacy_bindings (the_context ()) *}

end