summaryrefslogtreecommitdiff
path: root/src/reference_tree.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/reference_tree.mli')
-rw-r--r--src/reference_tree.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli
index 0e70ff5..a18d875 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -17,6 +17,7 @@ type completion_help_type =
type ref_node_data = {
node_type: node_type;
constraints: value_constraint list;
+ constraint_group: value_constraint list;
constraint_error_message: string;
completion_help: completion_help_type list;
help: string;