src/HOL/Imperative_HOL/Imperative_HOL.thy
author haftmann
Sat, 15 Sep 2012 20:14:29 +0200
changeset 49388 1ffd5a055acf
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
typeclass formalising bounded subtraction

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