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 f915275..04347a5 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -28,6 +28,7 @@ type ref_node_data = {
constraints: Value_checker.value_constraint list;
constraint_group: Value_checker.value_constraint list;
constraint_error_message: string;
+ constraint_silence_output: bool;
completion_help: completion_help_type list;
help: string;
value_help: (string * string) list;