src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Fri, 14 Mar 2025 23:03:58 +0100
changeset 82276 d22e9c5b5dc6
parent 63167 0909deb8059b
permissions -rw-r--r--
support for .tar.xz archives;

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