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 d46622a02..42353c31a 100644
--- a/toplevel/vernac.mli
+++ b/toplevel/vernac.mli
@@ -39,4 +39,4 @@ val is_navigation_vernac : Vernacexpr.vernac_expr -> bool
type location_files = { outer : string; inner : string }
-val get_exn_files : exn -> location_files option
+val get_exn_files : Exninfo.info -> location_files option