module Syntaxerr: sig .. end
sig
end
type error =
|
Unclosed of Location.t * string * Location.t * string
Location.t * string * Location.t * string
Applicative_path of Location.t
Location.t
Other of Location.t
exception Error of error
error
exception Escape_error
val report_error : Format.formatter -> error -> unit
Format.formatter -> error -> unit