aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorGravatar Lionel Rieg <lionel.rieg@ensiie.fr>2015-06-25 14:58:25 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-06-26 11:33:57 +0200
commitaac2d2ac490492f8466e1d45ba0079de376fe25a (patch)
treea7cde3a9f7bf933a912c37a0882813e85b8051b0 /interp/notation.mli
parente7be889cdc86190ab71709a708e4beb6d3040dd8 (diff)
Introduction of a "Undelimit Scope" command, undoing "Delimit Scope"
Diffstat (limited to 'interp/notation.mli')
-rw-r--r--interp/notation.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index 854c52b2c..38bd5fc7b 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -55,6 +55,7 @@ val find_scope : scope_name -> scope
(** Declare delimiters for printing *)
val declare_delimiters : scope_name -> delimiters -> unit
+val remove_delimiters : scope_name -> unit
val find_delimiters_scope : Loc.t -> delimiters -> scope_name
(** {6 Declare and uses back and forth an interpretation of primitive token } *)