aboutsummaryrefslogtreecommitdiffhomepage
path: root/API/grammar_API.mli
diff options
context:
space:
mode:
Diffstat (limited to 'API/grammar_API.mli')
-rw-r--r--API/grammar_API.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/API/grammar_API.mli b/API/grammar_API.mli
index 350457f6c..44aae771f 100644
--- a/API/grammar_API.mli
+++ b/API/grammar_API.mli
@@ -177,6 +177,7 @@ sig
val parse_string : 'a Gram.Entry.e -> string -> 'a
val (!@) : Ploc.t -> Loc.t
val set_command_entry : API.Vernacexpr.vernac_expr Gram.Entry.e -> unit
+ val to_coqloc : Ploc.t -> Loc.t
end
module CLexer :