Connect++ 0.6.0
A fast, readable connection prover for first-order logic.
Loading...
Searching...
No Matches
show_fof_formula Struct Reference

Display FOL formulas as you parse. More...

#include <TPTPParser.hpp>

Public Member Functions

void operator() (const fof_formula_type &f) const
 

Detailed Description

Display FOL formulas as you parse.

Mostly for debugging purposes and probably not used in the final code.

Definition at line 418 of file TPTPParser.hpp.

Member Function Documentation

◆ operator()()

void show_fof_formula::operator() ( const fof_formula_type & f) const
inline

Definition at line 419 of file TPTPParser.hpp.

419 {
421 boost::apply_visitor(sf, f);
422 cout << endl;
423 }
You have to make fof_plain_term_struct etc something that boost::fusion can use.

The documentation for this struct was generated from the following file: