package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | WORD of string
  2. | NEWLINE
  3. | EOF
val word : Buffer.t
val __ocaml_lex_tables : Lexing.lex_tables
val __ocaml_lex_main_rec : Lexing.lexbuf -> int -> token
val escaped : Lexing.lexbuf -> token
val __ocaml_lex_escaped_rec : Lexing.lexbuf -> int -> token
val main : Lexing.lexbuf -> string list list
OCaml

Innovation. Community. Security.