author | blanchet |
Fri, 03 Sep 2010 13:54:39 +0200 | |
changeset 39113 | 91ba394cc525 |
parent 38798 | 89f273ab1d42 |
child 39128 | 93a7365fb4ee |
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 |
||
38798
89f273ab1d42
expanded some aliases from structure Unsynchronized;
wenzelm
parents:
32740
diff
changeset
|
11 |
eta_contract := true; |
0 | 12 |
|
24106 | 13 |
use_thys ["Wfd", "Fix"]; |