src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Mon, 02 Oct 2017 13:45:36 +0200
changeset 66748 3efac90a11a7
parent 63167 0909deb8059b
permissions -rw-r--r--
more documentation;

(*  Title:      HOL/Imperative_HOL/Imperative_HOL.thy
    Author:     John Matthews, Galois Connections; Alexander Krauss, Lukas Bulwahn & Florian Haftmann, TU Muenchen
*)

section \<open>Entry point into monadic imperative HOL\<close>

theory Imperative_HOL
imports Array Ref
begin

end