aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/cerrors.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/cerrors.mli')
-rw-r--r--toplevel/cerrors.mli8
1 files changed, 2 insertions, 6 deletions
diff --git a/toplevel/cerrors.mli b/toplevel/cerrors.mli
index 1d686b5da..75d742ce1 100644
--- a/toplevel/cerrors.mli
+++ b/toplevel/cerrors.mli
@@ -6,13 +6,9 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-open Pp
-open Errors
-open Util
-
(** Error report. *)
-val print_loc : loc -> std_ppcmds
+val print_loc : Pp.loc -> Pp.std_ppcmds
(** Pre-explain a vernac interpretation error *)
@@ -21,5 +17,5 @@ val process_vernac_interp_error : exn -> exn
(** General explain function. Should not be used directly now,
see instead function [Errors.print] and variants *)
-val explain_exn_default : exn -> std_ppcmds
+val explain_exn_default : exn -> Pp.std_ppcmds