| author | wenzelm |
| Tue, 18 May 2010 00:01:51 +0200 | |
| changeset 36972 | aa4bc5a4be1d |
| parent 32740 | 9dd0a2f83429 |
| child 38798 | 89f273ab1d42 |
| permissions | -rw-r--r-- |
| 9000 | 1 |
(* Title: CCL/ROOT.ML |
| 0 | 2 |
Author: Martin Coen, Cambridge University Computer Laboratory |
3 |
Copyright 1993 University of Cambridge |
|
4 |
||
| 17456 | 5 |
Classical Computational Logic based on First-Order Logic. |
| 32740 | 6 |
|
7 |
A computational logic for an untyped functional language with |
|
8 |
evaluation to weak head-normal form. |
|
| 0 | 9 |
*) |
10 |
||
| 32740 | 11 |
Unsynchronized.set eta_contract; |
| 0 | 12 |
|
| 24106 | 13 |
use_thys ["Wfd", "Fix"]; |