Ez_toml.Internal_lexing
val loc_of_pos :
(Stdlib.Lexing.position * Stdlib.Lexing.position) ->
Types.location
val loc_of_lexbuf : Stdlib.Lexing.lexbuf -> Types.location
val error_lexbuf : Stdlib.Lexing.lexbuf -> int -> Types.error -> 'a
val loc :
(Stdlib.Lexing.position * Stdlib.Lexing.position) ->
'a ->
'a Internal_types.loc
val expand_loc : Types.location -> Types.location -> unit
val merge_locs : Types.location -> Types.location -> Types.location
val line :
(Stdlib.Lexing.position * Stdlib.Lexing.position) ->
Internal_types.operation ->
Internal_types.line