src/HOL/Imperative_HOL/Imperative_HOL.thy
author nipkow
Thu, 13 Sep 2018 06:36:00 +0200
changeset 68983 caedabd2771c
parent 63167 0909deb8059b
permissions -rw-r--r--
typo

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