src/HOL/Imperative_HOL/Imperative_HOL.thy
author berghofe
Thu, 12 Jan 2012 00:13:37 +0100
changeset 46191 a88546428c2a
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
Added inf_Int_eq to pred_set_conv database as well

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