From 8700677f17f3e7d633b89703692e1c04432cb281 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Sun, 26 May 2024 10:16:21 -0500 Subject: T6404: add constraintGroup element to reference tree --- src/reference_tree.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'src/reference_tree.mli') 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; -- cgit v1.2.3