src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Mon, 04 Sep 2023 17:25:16 +0200
changeset 78646 fff610f1a6f4
parent 63167 0909deb8059b
permissions -rw-r--r--
tuned whitespace;

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