summaryrefslogtreecommitdiff
path: root/src/expr/node_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_manager.h')
-rw-r--r--src/expr/node_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/node_manager.h b/src/expr/node_manager.h
index b900a6994..6ce96e70a 100644
--- a/src/expr/node_manager.h
+++ b/src/expr/node_manager.h
@@ -661,10 +661,10 @@ public:
/** Make a new (anonymous) sort of arity 0. */
inline TypeNode mkSort();
- /** Make a new sort with the given name and arity. */
+ /** Make a new sort with the given name of arity 0. */
inline TypeNode mkSort(const std::string& name);
- /** Make a new sort with the given name and arity. */
+ /** Make a new sort by parameterizing the given sort constructor. */
inline TypeNode mkSort(TypeNode constructor,
const std::vector<TypeNode>& children);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback