src/ZF/Resid/ROOT.ML
author lcp
Tue, 25 Jul 1995 17:03:59 +0200
changeset 1195 686e3eb613b9
parent 1048 5ba0314f8214
child 1296 ae31bb7774a7
permissions -rw-r--r--
match_bvs no longer puts a name in the alist if it is null ("")

(*  Title: 	ZF/Resid/ROOT
    ID:         $Id$
    Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1995  University of Cambridge

Executes the Residuals example.
This is a proof of the Church-Rosser Theorem for the untyped lambda-calculus.

By Ole Rasmussen, following the Coq proof given in

Gérard Huet.  Residual Theory in Lambda-Calculus: A Formal Development.
J. Functional Programming 4(3) 1994, 371-394.
*)

ZF_build_completed;	(*Make examples fail if ZF did*)

writeln"Root file for ZF/Resid";
proof_timing := true;

loadpath := [".", "Resid"];

time_use_thy "Confluence";

writeln"END: Root file for ZF/Resid";