Odoc_model.Errorval enable_missing_root_warning : bool refval make :
?suggestion:string ->
('a, Format.formatter, unit, Odoc_parser__Loc.span -> t) format4 ->
'aval filename_only :
?suggestion:string ->
('a, Format.formatter, unit, string -> t) format4 ->
'aval to_string : t -> stringval raise_exception : t -> 'aval catch : (unit -> 'a) -> ('a, t) Result.resultval raise_warning : ?non_fatal:bool -> t -> unitval raise_warnings : 'a with_warnings -> 'aval catch_warnings : (unit -> 'a) -> 'a with_warningstype 'a with_errors_and_warnings = ('a, t) Result.result with_warningsval raise_errors_and_warnings : 'a with_errors_and_warnings -> 'aval catch_errors_and_warnings : (unit -> 'a) -> 'a with_errors_and_warningsval handle_warnings :
warnings_options:warnings_options ->
'a with_warnings ->
('a, [> `Msg of string ]) Result.resultval handle_errors_and_warnings :
warnings_options:warnings_options ->
'a with_errors_and_warnings ->
('a, [> `Msg of string ]) Result.resultval print_errors : t list -> unitval unpack_warnings : 'a with_warnings -> 'a * t listval t_of_parser_t : Odoc_parser.Warning.t -> tval raise_parser_warnings : Odoc_parser.t -> Odoc_parser.Ast.t