author | haftmann |
Sat, 19 May 2007 11:33:19 +0200 | |
changeset 23015 | e67f05cc0ac5 |
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"; |