src/HOL/Imperative_HOL/Imperative_HOL_ex.thy
author boehmes
Wed, 02 Sep 2009 16:29:50 +0200
changeset 32497 922718ac81e4
parent 31872 a564aca741f2
child 34051 1a82e2e29d67
permissions -rw-r--r--
removed errors overseen in previous changes

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