src/HOL/Library/Imperative_HOL.thy
author wenzelm
Thu, 20 Mar 2008 00:20:51 +0100
changeset 26346 17debd2fff8e
parent 26170 66e6b967ccf1
child 27656 d4f6e64ee7cc
permissions -rw-r--r--
simplified get_thm(s): back to plain name argument; renamed former get_thm to get_fact_single, and get_thms to get_fact;

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

end