src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Tue, 19 Nov 2024 15:46:22 +0100
changeset 81493 07e79b80e96d
parent 63167 0909deb8059b
permissions -rw-r--r--
clarified signature: avoid implicit functionality;

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