summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/term_util.h')
-rw-r--r--src/theory/quantifiers/term_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/quantifiers/term_util.h b/src/theory/quantifiers/term_util.h
index bc936e4a3..dd3e76ee2 100644
--- a/src/theory/quantifiers/term_util.h
+++ b/src/theory/quantifiers/term_util.h
@@ -313,10 +313,10 @@ public:
/** is singular arg
* Returns true if
- * <k>( ... t_{arg-1}, n, t_{arg+1}...) = n
- * always holds.
+ * <k>( ... t_{arg-1}, n, t_{arg+1}...) = ret
+ * always holds for some constant ret, which is returned by this function.
*/
- Node isSingularArg(Node n, Kind ik, int arg);
+ Node isSingularArg(Node n, Kind ik, unsigned arg);
/** get type value
* This gets the Node that represents value val for Type tn
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback