module Error:sig..end
type error =
| |
Finding |
| |
Expanding |
| |
ParsingResult of |
| |
Locating |
typet =string * string * error * exn
exception E of t
val print : Format.formatter ->
string * string * error * exn -> unitval to_string : string * string * error * exn -> string