src/HOL/Imperative_HOL/Imperative_HOL.thy
author krauss
Tue, 28 Sep 2010 08:38:20 +0200
changeset 39749 fa94799e3a3b
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
dropped obsolete mk_tcl

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