aboutsummaryrefslogtreecommitdiffhomepage
path: root/API/API.mli
diff options
context:
space:
mode:
Diffstat (limited to 'API/API.mli')
-rw-r--r--API/API.mli9
1 files changed, 8 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli
index 86c6f1415..f56509a70 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -5982,8 +5982,15 @@ sig
type deprecation = bool
+ type atts = {
+ loc : Loc.t option;
+ locality : bool option;
+ }
+
type vernac_command =
- Genarg.raw_generic_argument list -> Loc.t option -> Vernacstate.t -> Vernacstate.t
+ Genarg.raw_generic_argument list ->
+ atts:atts -> st:Vernacstate.t ->
+ Vernacstate.t
val vinterp_add : deprecation -> Vernacexpr.extend_name -> vernac_command -> unit