Plexingmodule Locations : sig ... endand !'te lexer_func = char Stream.t -> 'te Stream.t * Locations.tand location_function = int -> Ploc.tval lexer_text : pattern -> stringval default_match : pattern -> (string * string) -> stringval lexer_func_of_parser :
((char Stream.t * int ref * int ref) -> 'te * Ploc.t) ->
'te lexer_funcval lexer_func_of_ocamllex_located :
(Lexing.lexbuf -> 'te * Ploc.t) ->
'te lexer_funcval lexer_func_of_ocamllex : (Lexing.lexbuf -> 'te) -> 'te lexer_funcval make_stream_and_location :
(unit -> 'te * Ploc.t) ->
'te Stream.t * Locations.tval eval_string : Ploc.t -> string -> stringval restore_lexing_info : (int * int) option refval input_file : string refmodule Lexbuf : sig ... end