Module API.Errors

module Errors: sig .. end

Errors



exception DuringParsing of Lexing.position
Raise in case of parsing error.
exception DuringLexing of Lexing.position * string
Raise in case of parsing error.
exception DuringIO of string
Raise in case of I/O error.
val string_of_error : exn -> string
Returns a human-readable representation of Morbig's errors.