aboutsummaryrefslogtreecommitdiff
path: root/plugins/syntax/numeral.mli
diff options
context:
space:
mode:
authorJason Gross2018-08-23 15:10:58 -0400
committerJason Gross2018-08-31 20:05:54 -0400
commite9d44aefa9d6058c72845788745468aa010708b5 (patch)
tree8fb6999b7cf8ed2edd58165244cfe962b92c71c4 /plugins/syntax/numeral.mli
parent6dcbbeb95682bbf470e58e25e0a357a84c3283b6 (diff)
Make Numeral Notation obey Local/Global
Thanks to Emilio and Pierre-Marie Pédrot for pointers.
Diffstat (limited to 'plugins/syntax/numeral.mli')
-rw-r--r--plugins/syntax/numeral.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/syntax/numeral.mli b/plugins/syntax/numeral.mli
index 2ad3574fe7..83ede6f48f 100644
--- a/plugins/syntax/numeral.mli
+++ b/plugins/syntax/numeral.mli
@@ -10,6 +10,7 @@
open Libnames
open Constrexpr
+open Vernacexpr
(** * Numeral notation *)
@@ -18,4 +19,4 @@ type numnot_option =
| Warning of raw_natural_number
| Abstract of raw_natural_number
-val vernac_numeral_notation : qualid -> qualid -> qualid -> Notation_term.scope_name -> numnot_option -> unit
+val vernac_numeral_notation : locality_flag -> qualid -> qualid -> qualid -> Notation_term.scope_name -> numnot_option -> unit