src/HOL/Library/Imperative_HOL.thy
author wenzelm
Wed, 09 Apr 2008 20:47:17 +0200
changeset 26591 74b3c93f2428
parent 26170 66e6b967ccf1
child 27656 d4f6e64ee7cc
permissions -rw-r--r--
avoid control symbols in document (\<^fixed>);

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

end