Module Pxp_lexing
type lexbuf
= Stdlib.Lexing.lexbuf
val from_channel : ?with_positions:bool -> Stdlib.in_channel -> lexbuf
val from_string : ?with_positions:bool -> string -> lexbuf
val from_function : ?with_positions:bool -> (Stdlib.Bytes.t -> int -> int) -> lexbuf
val lexeme : lexbuf -> string
val lexeme_char : lexbuf -> int -> char
val lexeme_len : lexbuf -> int
val from_bytes_inplace : Stdlib.Bytes.t -> Stdlib.Lexing.lexbuf
val sub_lexeme : Stdlib.Lexing.lexbuf -> int -> int -> string