src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Mon, 10 Jun 2024 20:23:42 +0200
changeset 80331 6f25a035069c
parent 63167 0909deb8059b
permissions -rw-r--r--
tuned signature: more exports;

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