aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernac.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/vernac.mli')
-rw-r--r--toplevel/vernac.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernac.mli b/toplevel/vernac.mli
index f1ea6fa44..4dff36e53 100644
--- a/toplevel/vernac.mli
+++ b/toplevel/vernac.mli
@@ -41,6 +41,6 @@ val compile : bool -> string -> unit
(* Interpret a vernac AST *)
-val vernac_com :
+val vernac_com :
(Vernacexpr.vernac_expr -> unit) ->
Util.loc * Vernacexpr.vernac_expr -> unit