src/HOL/Imperative_HOL/Imperative_HOL.thy
author hoelzl
Tue, 27 Nov 2012 10:56:31 +0100
changeset 50240 019d642d422d
parent 37776 df0350f1e7f2
child 53109 186535065f5c
permissions -rw-r--r--
add upper bounds for factorial and binomial; add equation for binomial using nat-division (both from AFP/Girth_Chromatic)

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

end