src/HOLCF/ex/ROOT.ML
changeset 244 929fc2c63bd0
child 297 5ef75ff3baeb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOLCF/ex/ROOT.ML	Wed Jan 19 17:40:26 1994 +0100
@@ -0,0 +1,16 @@
+(*  Title:  	HOLCF/ex/ROOT
+    ID:         $Id$
+    Author: 	Tobias Nipkow
+    Copyright   1994 TU Muenchen
+
+Executes all examples for HOLCF. 
+*)
+
+HOLCF_build_completed;    (*Cause examples to fail if HOLCF did*)
+
+writeln"Root file for HOLCF examples";
+proof_timing := true;
+time_use_thy "ex/Coind";
+time_use_thy "ex/Hoare";
+time_use_thy "ex/Loop";
+maketest     "END: Root file for HOLCF examples";