package pxp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type lexbuf = Lexing.lexbuf
val from_channel : in_channel -> lexbuf
val from_string : string -> lexbuf
val from_function : (Bytes.t -> int -> int) -> lexbuf
val lexeme : lexbuf -> string
val lexeme_char : lexbuf -> int -> char
val lexeme_len : lexbuf -> int
val from_bytes_inplace : Bytes.t -> Lexing.lexbuf
val sub_lexeme : Lexing.lexbuf -> int -> int -> string
OCaml

Innovation. Community. Security.