src/HOL/Imperative_HOL/Imperative_HOL.thy
author haftmann
Wed, 18 Jul 2018 20:51:20 +0200
changeset 68657 65ad2bfc19d2
parent 63167 0909deb8059b
permissions -rw-r--r--
restructured for future incorporation of Haskell

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