src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Fri, 11 Apr 2014 23:26:31 +0200
changeset 56547 e9bb73d7b6cf
parent 53109 186535065f5c
child 58889 5b7a9633cfa8
permissions -rw-r--r--
added spell-checker based on jortho-1.0;

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