aboutsummaryrefslogtreecommitdiff
path: root/plugins/syntax/string_notation.mli
diff options
context:
space:
mode:
authorMaxime Dénès2019-05-24 16:35:09 +0200
committerMaxime Dénès2019-05-24 16:35:09 +0200
commit824b2393c9cc180c82dba00ee710124c24184945 (patch)
treee0b4cea53f3994da70ccad490c86605074047d1d /plugins/syntax/string_notation.mli
parent46056cbe56f9c39fe3f8f5175aff9fd6427684b6 (diff)
Use global env in numeral and string notations
Since their introduction, these notations were incorrectly using the proof-local environment.
Diffstat (limited to 'plugins/syntax/string_notation.mli')
-rw-r--r--plugins/syntax/string_notation.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/syntax/string_notation.mli b/plugins/syntax/string_notation.mli
index e81de603d9..1e25758572 100644
--- a/plugins/syntax/string_notation.mli
+++ b/plugins/syntax/string_notation.mli
@@ -13,6 +13,6 @@ open Vernacexpr
(** * String notation *)
-val vernac_string_notation : Environ.env -> Evd.evar_map -> locality_flag ->
+val vernac_string_notation : locality_flag ->
qualid -> qualid -> qualid ->
Notation_term.scope_name -> unit