src/HOL/Lambda/ROOT.ML
author clasohm
Thu, 29 Jun 1995 12:48:48 +0200
changeset 1165 97b2bb5d43c3
parent 1126 50ac36140e21
child 1269 ee011b365770
permissions -rw-r--r--
renamed CHOL to HOL

(*  Title: 	HOL/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"}

*)

HOL_build_completed;	(*Make examples fail if HOL did*)

writeln"Root file for HOL/Lambda";
loadpath := [".","Lambda"];
time_use_thy "ParRed";