src/HOL/Library/Imperative_HOL.thy
author nipkow
Wed, 30 Jul 2008 16:07:00 +0200
changeset 27712 007a339b9e7d
parent 27656 d4f6e64ee7cc
permissions -rw-r--r--
added hint about writing "x : set xs".

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