src/HOL/Library/Imperative_HOL.thy
author krauss
Sat, 27 Dec 2008 17:35:00 +0100
changeset 29181 cc177742e607
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
renamed LexOrds.thy to Termination.thy; examples for sizechange method

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