module Errors:sig..end
exception DuringParsing of Stdlib.Lexing.position
Raise in case of parsing error.
exception DuringLexing of Stdlib.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 -> stringReturns a human-readable representation of Morbig's errors.