src/HOL/Imperative_HOL/Imperative_HOL.thy
author wenzelm
Thu, 28 Nov 2013 12:54:39 +0100
changeset 54649 99b9249b3e05
parent 53109 186535065f5c
child 58889 5b7a9633cfa8
permissions -rw-r--r--
more official task context via Task_Queue.enroll, which is required to participate in group cancellation (e.g. to terminate command exec); tuned signature;

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