| author | huffman | 
| Thu, 03 Jul 2008 17:57:01 +0200 | |
| changeset 27471 | f7aa166d9559 | 
| parent 24106 | f2965bf954dc | 
| child 32153 | a0e57fb1b930 | 
| permissions | -rw-r--r-- | 
| 9000 | 1 | (* Title: CCL/ROOT.ML | 
| 0 | 2 | ID: $Id$ | 
| 3 | Author: Martin Coen, Cambridge University Computer Laboratory | |
| 4 | Copyright 1993 University of Cambridge | |
| 5 | ||
| 17456 | 6 | Classical Computational Logic based on First-Order Logic. | 
| 0 | 7 | *) | 
| 8 | ||
| 997 | 9 | set eta_contract; | 
| 0 | 10 | |
| 11 | (* CCL - a computational logic for an untyped functional language *) | |
| 12 | (* with evaluation to weak head-normal form *) | |
| 13 | ||
| 24106 | 14 | use_thys ["Wfd", "Fix"]; | 
| 15 |