added Imperative_HOL_ex
authorhaftmann
Tue, 24 Mar 2009 09:15:51 +0100
changeset 30694 4b182a031731
parent 30690 55ef8e045931
child 30695 182fb8d27b48
added Imperative_HOL_ex
src/HOL/Imperative_HOL/Imperative_HOL_ex.thy
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/Imperative_HOL/Imperative_HOL_ex.thy	Tue Mar 24 09:15:51 2009 +0100
@@ -0,0 +1,11 @@
+(*  Title:      HOL/Imperative_HOL/Imperative_HOL_ex.thy
+    Author:     John Matthews, Galois Connections; Alexander Krauss, Lukas Bulwahn & Florian Haftmann, TU Muenchen
+*)
+
+header {* Mmonadic imperative HOL with examples *}
+
+theory Imperative_HOL_ex
+imports Imperative_HOL "ex/Imperative_Quicksort"
+begin
+
+end