src/HOL/Library/Imperative_HOL.thy
author chaieb
Mon, 21 Jul 2008 13:37:14 +0200
changeset 27671 f938cd3fa820
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
Tuned and corrected ideal_tac for algebra.

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