containers
CCParse.Error
containers.bencode
containers.cbor
containers.codegen
containers.monomorphic
containers.pp
containers.scc
containers.top
containers.unix
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 : Format.formatter -> t -> unit
Pretty prints the error