| author | wenzelm |
| Wed, 29 Nov 2006 04:11:11 +0100 | |
| changeset 21578 | a89f786b301a |
| parent 19336 | fb5e19d26d5e |
| child 33615 | 261abc2e3155 |
| permissions | -rw-r--r-- |
| 1461 | 1 |
(* Title: ZF/Resid/ROOT |
| 1048 | 2 |
ID: $Id$ |
| 1461 | 3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
| 1048 | 4 |
Copyright 1995 University of Cambridge |
5 |
||
6 |
Executes the Residuals example. |
|
7 |
This is a proof of the Church-Rosser Theorem for the untyped lambda-calculus. |
|
8 |
||
9 |
By Ole Rasmussen, following the Coq proof given in |
|
10 |
||
|
19336
fb5e19d26d5e
removed some illegal characters: they were crashing SML/NJ
paulson
parents:
12593
diff
changeset
|
11 |
Gerard Huet. Residual Theory in Lambda-Calculus: A Formal Development. |
| 1048 | 12 |
J. Functional Programming 4(3) 1994, 371-394. |
13 |
*) |
|
14 |
||
| 12593 | 15 |
time_use_thy "Confluence"; |