src/HOL/Library/Imperative_HOL.thy
author wenzelm
Wed, 08 Oct 2008 20:21:35 +0200
changeset 28533 4e2417eb603e
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
Future.joint_results is already uninterruptible;

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