src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Thu, 10 Jan 2013 15:45:27 +0100
changeset 50805 69439c9defec
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
prefer system build mode in main application wrappers, to produce heaps insided distribution directory;

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