src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Wed, 06 Apr 2022 12:13:35 +0200
changeset 75410 832f764093e1
parent 63167 0909deb8059b
permissions -rw-r--r--
avoid static access to sun.tools.jconsole: more robust compilation (notably with scala3), but less robust invocation;

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