src/HOL/Library/Imperative_HOL.thy
author berghofe
Mon, 10 Nov 2008 17:38:23 +0100
changeset 28731 c60ac7923a06
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
Added support for parametric datatypes.

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