src/ZF/Resid/ROOT.ML
author clasohm
Tue, 30 Jan 1996 13:42:57 +0100
changeset 1461 6bcb44e4d6e5
parent 1351 4a960c012383
child 3733 1baedb1d4627
permissions -rw-r--r--
expanded tabs

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

time_use_thy "Confluence";

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