Connect++ 0.7.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 421 of file TPTPParser.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 422 of file TPTPParser.hpp.

422 {
424 boost::apply_visitor(sf, f);
425 cout << endl;
426 }
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: