src/HOL/Library/Imperative_HOL.thy
author bulwahn
Sat, 19 Jul 2008 19:27:13 +0200
changeset 27656 d4f6e64ee7cc
parent 26170 66e6b967ccf1
permissions -rw-r--r--
added verification framework for the HeapMonad and quicksort as example for this framework

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