src/HOL/Imperative_HOL/Imperative_HOL_ex.thy
author haftmann
Mon, 16 Nov 2009 10:16:40 +0100
changeset 33708 b45d3b8cc74e
parent 31872 a564aca741f2
child 34051 1a82e2e29d67
permissions -rw-r--r--
proper purge

(*  Title:      HOL/Imperative_HOL/Imperative_HOL_ex.thy
    Author:     John Matthews, Galois Connections;
                Alexander Krauss, Lukas Bulwahn & Florian Haftmann, TU Muenchen
*)

header {* Monadic imperative HOL with examples *}

theory Imperative_HOL_ex
imports Imperative_HOL "ex/Imperative_Quicksort"
begin

end