summaryrefslogtreecommitdiff
path: root/src/util/sexpr.i
blob: 99f197ff7627b89f372f3d6ec63f59ed41cc57a4 (plain)
1
2
3
4
5
6
7
8
%{
#include "util/sexpr.h"
%}

%ignore CVC4::operator<<(std::ostream&, const SExpr&);
%ignore CVC4::operator<<(std::ostream&, SExpr::SexprTypes);

%include "util/sexpr.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback