src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Sun, 02 Mar 2014 21:02:27 +0100
changeset 55841 a232c0ff3c20
parent 53109 186535065f5c
child 58889 5b7a9633cfa8
permissions -rw-r--r--
prefer Name_Space.check with its builtin reports (including completion);

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

end