src/HOL/Imperative_HOL/Imperative_HOL.thy
author hoelzl
Wed, 02 Apr 2014 18:35:01 +0200
changeset 56369 2704ca85be98
parent 53109 186535065f5c
child 58889 5b7a9633cfa8
permissions -rw-r--r--
moved generic theorems from Complex_Analysis_Basic; fixed some theorem names

(*  Title:      HOL/Imperative_HOL/Imperative_HOL.thy
    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