src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Wed, 13 Jul 2011 21:44:15 +0200
changeset 43795 ca5896a836ba
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
recovered some runtime sharing from d6b6c74a8bcf, without the global memory bottleneck;

(*  Title:      HOL/Imperative_HOL/Imperative_HOL.thy
    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 Mrec
begin

end