src/HOL/Lambda/ROOT.ML
author nipkow
Fri, 06 Oct 1995 10:45:11 +0100
changeset 1269 ee011b365770
parent 1165 97b2bb5d43c3
child 1296 ae31bb7774a7
permissions -rw-r--r--
New version with eta reduction.

(*  Title: 	HOL/Lambda/ROOT.ML
    ID:         $Id$
    Author: 	Tobias Nipkow
    Copyright   1995 TUM

Confluence proof for untyped lambda-calculus using de Bruijn's notation.
Covers beta, eta, and beta+eta.

Beta is proved confluent both in the traditional way and also following 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 "Eta";