src/HOL/Imperative_HOL/Imperative_HOL.thy
author huffman
Sun, 21 Feb 2010 08:59:39 -0800
changeset 35286 0e5fe22fa321
parent 29822 c45845743f04
child 37772 026ed2fc15d4
permissions -rw-r--r--
update to use fixrec package

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

end