aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernac.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/vernac.mli')
-rw-r--r--toplevel/vernac.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/toplevel/vernac.mli b/toplevel/vernac.mli
index da1aa182d..ad89461f2 100644
--- a/toplevel/vernac.mli
+++ b/toplevel/vernac.mli
@@ -18,7 +18,8 @@ exception Error_in_file of string * (string * Coqast.loc) * exn
(* Read a vernac command on the specified input (parse only).
Raises [End_of_file] if EOF (or Ctrl-D) is reached. *)
-val parse_phrase : Pcoq.Gram.parsable * in_channel option -> Coqast.t
+val parse_phrase : Pcoq.Gram.parsable * in_channel option ->
+ Coqast.loc * Vernacexpr.vernac_expr
(* Reads and executes vernac commands from a stream.
The boolean [just_parsing] disables interpretation of commands. *)