src/HOL/Library/Imperative_HOL.thy
author wenzelm
Thu, 23 Oct 2008 15:28:05 +0200
changeset 28675 fb68c0767004
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
renamed get_axiom_i to axiom, removed obsolete get_axiom; reduced pervasive names;

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