src/HOL/Library/Imperative_HOL.thy
author wenzelm
Mon, 24 Mar 2008 18:35:48 +0100
changeset 26382 16628f5c7e28
parent 26170 66e6b967ccf1
child 27656 d4f6e64ee7cc
permissions -rw-r--r--
Runtime compilation -- for old version of PolyML.compiler (version 4.x).

(*  Title:      HOL/Library/Imperative_HOL.thy
    ID:         $Id$
    Author:     John Matthews, Galois Connections; Alexander Krauss, Lukas Bulwahn & Florian Haftmann, TU Muenchen
*)

header {* Entry point into monadic imperative HOL *}

theory Imperative_HOL
imports Array Ref
begin

end