src/ZF/Resid/ROOT.ML
author wenzelm
Mon, 29 Nov 1999 15:52:49 +0100
changeset 8039 a901bafe4578
parent 6349 f7750d816c21
child 9000 c20d58286a51
permissions -rw-r--r--
Goal: tuned pris;

(*  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.
*)

writeln"Root file for ZF/Resid";

set proof_timing;
time_use_thy "Conversion";

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