| author | wenzelm | 
| Wed, 07 Sep 2011 17:42:57 +0200 | |
| changeset 44798 | 9900c0069ae6 | 
| parent 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 | ||
| 24106 | 11 | use_thys ["Wfd", "Fix"]; |