src/HOL/Library/Imperative_HOL.thy
author wenzelm
Tue, 16 Dec 2008 16:25:19 +0100
changeset 29120 8a904ff43f28
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
renamed structure TaskQueue to Task_Queue;

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