aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
Diffstat (limited to 'interp')
-rw-r--r--interp/notation.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index 52a7c2b99c..f92ef94ed3 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -48,6 +48,8 @@ val open_close_scope :
val empty_scope_stack : scopes
val push_scope : scope_name -> scopes -> scopes
+val find_scope : scope_name -> scope
+
(** Declare delimiters for printing *)
val declare_delimiters : scope_name -> delimiters -> unit