| author | huffman | 
| Sat, 30 Sep 2006 17:10:55 +0200 | |
| changeset 20792 | add17d26151b | 
| parent 17480 | fd19f77dcf60 | 
| child 25750 | 4e796867ccb5 | 
| permissions | -rw-r--r-- | 
| 17480 | 1 | (* Title: FOLP/ROOT.ML | 
| 0 | 2 | ID: $Id$ | 
| 1459 | 3 | Author: martin Coen, Cambridge University Computer Laboratory | 
| 0 | 4 | Copyright 1993 University of Cambridge | 
| 5 | ||
| 6 | Modifed version of Lawrence Paulson's FOL that contains proof terms. | |
| 7 | ||
| 8 | Presence of unknown proof term means that matching does not behave as expected. | |
| 9 | *) | |
| 10 | ||
| 11 | val banner = "First-Order Logic with Natural Deduction with Proof Terms"; | |
| 12 | writeln banner; | |
| 13 | ||
| 98 | 14 | use_thy "FOLP"; |