summaryrefslogtreecommitdiff
path: root/src/printer/smt2/smt2_printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/smt2/smt2_printer.h')
-rw-r--r--src/printer/smt2/smt2_printer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/printer/smt2/smt2_printer.h b/src/printer/smt2/smt2_printer.h
index 4921566d1..15f45a10e 100644
--- a/src/printer/smt2/smt2_printer.h
+++ b/src/printer/smt2/smt2_printer.h
@@ -235,6 +235,8 @@ class Smt2Printer : public cvc5::Printer
TNode n,
int toDepth,
LetBinding* lbind = nullptr) const;
+ /** To stream type node, which ensures tn is printed in smt2 format */
+ void toStreamType(std::ostream& out, TypeNode tn) const;
/**
* To stream, with a forced type. This method is used in some corner cases
* to force a node n to be printed as if it had type tn. This is used e.g.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback