LCF implementation of first-order tableaux.
Function or value | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
lcftab skofun (fms, lits, n) cont (arg6, arg7, arg8)
Parameters:
formula<fol> -> term
fms : formula<fol> list
lits : formula<fol> list
n : int
cont : ((term -> term) * formula<fol> -> thm) -> func<string, term> * (formula<fol> * term) list * int -> 'a
arg5 : func<string, term>
arg6 : (formula<fol> * term) list
arg7 : int
Returns: 'a
|
|
|
|
|
|
|
|
|