package encoding

  1. Overview
  2. Docs
exception SyntaxError of string
val keywords : (string, Parser.token) Stdlib.Hashtbl.t
val error : string -> 'a
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 comment : Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_comment_rec : Stdlib.Lexing.lexbuf -> int -> Parser.token
val string : Stdlib.Buffer.t -> Stdlib.Lexing.lexbuf -> Parser.token
val __ocaml_lex_string_rec : Stdlib.Buffer.t -> Stdlib.Lexing.lexbuf -> int -> Parser.token
OCaml

Innovation. Community. Security.