Moved comment from ParRed.thy to ROOT.ML
authornipkow
Mon, 22 May 1995 16:00:26 +0200
changeset 1126 50ac36140e21
parent 1125 13a3df2adbe5
child 1127 42ec82147d83
Moved comment from ParRed.thy to ROOT.ML
src/HOL/Lambda/ParRed.thy
src/HOL/Lambda/ROOT.ML
--- a/src/HOL/Lambda/ParRed.thy	Mon May 22 15:58:57 1995 +0200
+++ b/src/HOL/Lambda/ParRed.thy	Mon May 22 16:00:26 1995 +0200
@@ -4,11 +4,6 @@
     Copyright   1995 TU Muenchen
 
 Parallel reduction and a complete developments function "cd".
-Follows the first two pages of
-
-@article{Takahashi-IC-95,author="Masako Takahashi",
-title="Parallel Reductions in $\lambda$-Calculus",
-journal=IC,year=1995,volume=118,pages="120--127"}
 *)
 
 ParRed = Lambda + Confluence +
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/Lambda/ROOT.ML	Mon May 22 16:00:26 1995 +0200
@@ -0,0 +1,19 @@
+(*  Title: 	CHOL/IMP/ROOT.ML
+    ID:         $Id$
+    Author: 	Tobias Nipkow
+    Copyright   1995 TUM
+
+Confluence proof for untyped lambda-calculus using de Bruijn's notation.
+Extremely slick proof; follows the first two pages of
+
+@article{Takahashi-IC-95,author="Masako Takahashi",
+title="Parallel Reductions in $\lambda$-Calculus",
+journal=IC,year=1995,volume=118,pages="120--127"}
+
+*)
+
+CHOL_build_completed;	(*Make examples fail if CHOL did*)
+
+writeln"Root file for CHOL/Lambda";
+loadpath := [".","Lambda"];
+time_use_thy "ParRed";