aboutsummaryrefslogtreecommitdiff
path: root/API
diff options
context:
space:
mode:
authorMaxime Dénès2017-11-06 11:20:30 +0100
committerMaxime Dénès2017-11-06 11:20:30 +0100
commitc757ec96e2f281e618c297ffc6098aacf1e3f399 (patch)
tree9de3aaa4fb91053c8e7e3ce19c0f46390036027f /API
parent54057085f18fbd4c1cb0f0f01c03c08a8cc541c3 (diff)
parentf874a292c94b290a31af8e0f707ffd20ab31001b (diff)
Merge PR #6049: provide "loc : Loc.t" binding within "VERNAC COMMAND EXTEND" rules
Diffstat (limited to 'API')
-rw-r--r--API/API.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli
index 589745b616..ccb71179dd 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -5831,7 +5831,7 @@ module Vernacinterp :
sig
type deprecation = bool
- type vernac_command = Genarg.raw_generic_argument list -> unit -> unit
+ type vernac_command = Genarg.raw_generic_argument list -> Loc.t option -> unit
val vinterp_add : deprecation -> Vernacexpr.extend_name ->
vernac_command -> unit