src/HOL/Imperative_HOL/Imperative_HOL.thy
author hoelzl
Wed, 23 Feb 2011 11:42:01 +0100
changeset 41834 2f8f2685e0c0
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
merged

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