package typerex-build

  1. Overview
  2. Docs
val string_of_token : Genlex.token -> string
exception ParseError of int * string
val tokens_of_string : (char Stream.t -> 'a Stream.t) -> string -> 'a list * (int * string) option
val tokens_of_string_exn : (char Stream.t -> 'a Stream.t) -> string -> 'a list
val tokenlocs_of_string : (char Stream.t -> Genlex.token Stream.t) -> string -> (Genlex.token * int) list