Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions vendor/ocaml/parsing/location.mli
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ val print_error_prefix: formatter -> unit -> unit

val error: ?loc:t -> ?sub:error list -> ?if_highlight:string -> string -> error

#if undefined BS_NO_COMPILER_PATCH then
val pp_ksprintf : ?before:(formatter -> unit) -> (string -> 'a) -> ('b, formatter, unit, 'a) format4 -> 'b
#end

val errorf: ?loc:t -> ?sub:error list -> ?if_highlight:string
-> ('a, Format.formatter, unit, error) format4 -> 'a

Expand Down