summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parser/parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index f90d8141d..614624dcf 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -717,6 +717,10 @@ public:
void pushScope(bool isUserContext = false);
/** Push scope for get-value
+ *
+ * This pushes a scope by a call to pushScope that binds all relevant bindings
+ * required for parsing the SMT-LIB command `get-value`. This includes
+ * all uninterpreted constant values in user-defined uninterpreted sorts.
*/
void pushGetValueScope();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback