src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Sun, 29 Mar 2015 19:32:27 +0200
changeset 59842 9fda99b3d5ee
parent 58889 5b7a9633cfa8
child 63167 0909deb8059b
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
*)

section {* Entry point into monadic imperative HOL *}

theory Imperative_HOL
imports Array Ref
begin

end