| author | paulson |
| Wed, 04 Jul 2007 13:56:26 +0200 | |
| changeset 23563 | 42f2f90b51a6 |
| 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"; |