src/HOL/Library/Imperative_HOL.thy
author haftmann
Fri, 25 Jul 2008 12:03:34 +0200
changeset 27682 25aceefd4786
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
added class preorder

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