diff options
Diffstat (limited to 'API')
| -rw-r--r-- | API/API.mli | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/API/API.mli b/API/API.mli index 830c0a0f65..1a84600ec9 100644 --- a/API/API.mli +++ b/API/API.mli @@ -6128,14 +6128,14 @@ sig type atts = { loc : Loc.t option; locality : bool option; + polymorphic : bool; } - 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 |
