![]() |
Connect++ 0.4.0
A fast, readable connection prover for first-order logic.
|
More complex semantic actions, now functions etc to make a literal. More...
#include <TPTPParser.hpp>
Public Member Functions | |
Literal | operator() (const fof_plain_term_struct &) const |
Literal | operator() (const infix_struct &) const |
More complex semantic actions, now functions etc to make a literal.
This is complicated by the need to be very careful to distinguish predicates from functions. So we have one function to deal with fof_plain_term the first time it's seen, to get a predicate. Then a different one to get the functions.
Definition at line 531 of file TPTPParser.hpp.
Literal convert_fof_atomic_formula::operator() | ( | const fof_plain_term_struct & | f | ) | const |
Definition at line 1113 of file TPTPParser.cpp.
Literal convert_fof_atomic_formula::operator() | ( | const infix_struct & | f | ) | const |
Definition at line 1130 of file TPTPParser.cpp.