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

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