src/HOL/Library/Imperative_HOL.thy
author nipkow
Mon, 01 Sep 2008 10:19:38 +0200
changeset 28065 3899dff63cd7
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
Prover is set via menu now

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