Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a with_loc = 'a * loc option
type error = loc * string
exception Error of error
val error : ?msg:string -> loc -> string -> 'a
val string_of_loc : loc -> string
val string_of_error : (loc * string) -> string
val loc : Stdlib.Lexing.position -> Stdlib.Lexing.position -> loc
val loc_of_pos : Stdlib.Lexing.position -> int -> loc
val iri :
?pctdecode:bool ->
?pos:Stdlib.Lexing.position ->
Sedlexing.lexbuf ->
Iri_types.t
val http_link :
?pos:Stdlib.Lexing.position ->
Sedlexing.lexbuf ->
(string * Iri_types.t) list