src/HOL/Lambda/ROOT.ML
author nipkow
Mon, 22 May 1995 16:00:26 +0200
changeset 1126 50ac36140e21
child 1165 97b2bb5d43c3
permissions -rw-r--r--
Moved comment from ParRed.thy to ROOT.ML
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1126
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
     1
(*  Title: 	CHOL/IMP/ROOT.ML
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
     2
    ID:         $Id$
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
     3
    Author: 	Tobias Nipkow
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
     4
    Copyright   1995 TUM
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
     5
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
     6
Confluence proof for untyped lambda-calculus using de Bruijn's notation.
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
     7
Extremely slick proof; follows the first two pages of
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
     8
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
     9
@article{Takahashi-IC-95,author="Masako Takahashi",
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
    10
title="Parallel Reductions in $\lambda$-Calculus",
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
    11
journal=IC,year=1995,volume=118,pages="120--127"}
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
    12
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
    13
*)
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
    14
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
    15
CHOL_build_completed;	(*Make examples fail if CHOL did*)
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
    16
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
    17
writeln"Root file for CHOL/Lambda";
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
    18
loadpath := [".","Lambda"];
50ac36140e21 Moved comment from ParRed.thy to ROOT.ML
nipkow
parents:
diff changeset
    19
time_use_thy "ParRed";