Codebase list coq / debian/8.4_gamma0+really8.4beta2+dfsg-1 toplevel / cerrors.mli
debian/8.4_gamma0+really8.4beta2+dfsg-1

Tree @debian/8.4_gamma0+really8.4beta2+dfsg-1 (Download .tar.gz)

cerrors.mli @debian/8.4_gamma0+really8.4beta2+dfsg-1raw · history · blame

(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010     *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

open Pp
open Util

(** Error report. *)

val print_loc : loc -> std_ppcmds

(** Pre-explain a vernac interpretation error *)

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