src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Fri, 17 Aug 2012 21:16:13 +0200
changeset 48855 a7d0b9e349ec
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
tuned;

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