src/HOL/Imperative_HOL/Imperative_HOL.thy
author haftmann
Sun, 10 Mar 2019 15:16:45 +0000
changeset 69906 55534affe445
parent 63167 0909deb8059b
permissions -rw-r--r--
migrated from Nums to Zarith as library for OCaml integer arithmetic

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