src/HOL/Library/Imperative_HOL.thy
author wenzelm
Sun, 24 Aug 2008 18:57:43 +0200
changeset 27986 26e1a7a6695d
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
init_message: class markup in message body, not header;

(*  Title:      HOL/Library/Imperative_HOL.thy
    ID:         $Id$
    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