src/HOL/Imperative_HOL/Imperative_HOL.thy
author haftmann
Fri, 09 Jul 2010 10:08:10 +0200
changeset 37756 59caa6180fff
parent 29822 c45845743f04
child 37772 026ed2fc15d4
permissions -rw-r--r--
avoid slightly odd "M" suffix; rename mapM to fold_map (fold_map_abort would be more correct, though)

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