src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Mon, 05 Aug 2013 15:03:52 +0200
changeset 52861 e93d73b51fd0
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
commands with overlay remain visible, to avoid loosing printed output;

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