src/HOL/TLA/Memory/MIParameters.thy
author wenzelm
Tue, 08 Nov 2005 10:43:08 +0100
changeset 18117 61a430a67d7c
parent 17309 c43ed29bd197
child 24180 9f818139951b
permissions -rw-r--r--
const args: do not store variable names (unused);

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