package iri

  1. Overview
  2. Docs

Module Iri_lexerSource

Sourceval pos : ?file:string -> line:int -> bol:int -> char:int -> unit -> Lexing.position
Sourcetype loc = {
  1. loc_start : Lexing.position;
  2. loc_stop : Lexing.position;
}
Sourcetype 'a with_loc = 'a * loc option
Sourcetype error = loc * string
Sourceexception Error of error
Sourceval error : ?msg:string -> loc -> string -> 'a
Sourceval string_of_loc : loc -> string
Sourceval string_of_error : (loc * string) -> string
Sourceval loc_of_pos : Lexing.position -> int -> loc
Sourceval iri : ?pctdecode:bool -> ?pos:Lexing.position -> Sedlexing.lexbuf -> Iri_types.t
OCaml

Innovation. Community. Security.