src/HOL/Imperative_HOL/Imperative_HOL.thy
author huffman
Thu, 15 Dec 2011 17:21:29 +0100
changeset 45915 0e5a87b772f9
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
tendsto lemmas for ln and powr

(*  Title:      HOL/Imperative_HOL/Imperative_HOL.thy
    Author:     John Matthews, Galois Connections; Alexander Krauss, Lukas Bulwahn & Florian Haftmann, TU Muenchen
*)

header {* Entry point into monadic imperative HOL *}

theory Imperative_HOL
imports Array Ref Mrec
begin

end