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, 4 insertions, 5 deletions
diff --git a/API/API.mli b/API/API.mli
index 7ec3cbee3..85cd644b0 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -6114,12 +6114,11 @@ sig
locality : bool option;
}
- type vernac_command =
- Genarg.raw_generic_argument list ->
- atts:atts -> st:Vernacstate.t ->
- Vernacstate.t
+ type 'a vernac_command = 'a -> atts:atts -> st:Vernacstate.t -> Vernacstate.t
- val vinterp_add : deprecation -> Vernacexpr.extend_name -> vernac_command -> unit
+ type plugin_args = Genarg.raw_generic_argument list
+
+ val vinterp_add : deprecation -> Vernacexpr.extend_name -> plugin_args vernac_command -> unit
end