src/HOL/Imperative_HOL/Imperative_HOL.thy
author haftmann
Wed, 14 Jul 2010 17:15:58 +0200
changeset 37831 fa3a2e35c4f1
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
repaired some implementations of imperative operations

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