package p4pp

  1. Overview
  2. Docs
exception Error of string
val current_line : int Stdlib.ref
type lexer =
  1. | Line
  2. | Test
val lexer : lexer Stdlib.ref
val reset : unit -> unit
val incr_line : unit -> unit
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val token : Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_token_rec : Stdlib.Lexing.lexbuf -> int -> Parser.token
val line : Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_line_rec : Stdlib.Lexing.lexbuf -> int -> Parser.token
val string : Stdlib.Lexing.lexbuf -> string
val __ocaml_lex_string_rec : Stdlib.Lexing.lexbuf -> int -> string
val test : Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_test_rec : Stdlib.Lexing.lexbuf -> int -> Parser.token
OCaml

Innovation. Community. Security.