src/HOL/Library/Imperative_HOL.thy
author wenzelm
Fri, 15 Aug 2008 15:50:52 +0200
changeset 27885 76b51cd0a37c
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
renamed T.source_of' to T.source_position_of;

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