CCParse.Error
type t
A parse error.
val position : t -> position
Returns position of the error
val line_and_column : t -> int * int
Line and column numbers of the error position.
val msg : t -> string
val to_string : t -> string
Prints the error
val pp : Stdlib.Format.formatter -> t -> unit
Pretty prints the error