src/HOL/Library/Imperative_HOL.thy
author berghofe
Wed, 07 May 2008 10:59:29 +0200
changeset 26816 e82229ee8f43
parent 26170 66e6b967ccf1
child 27656 d4f6e64ee7cc
permissions -rw-r--r--
- Declared subset_eq as code lemma - Deleted types_code declaration for sets

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