package camlp-streams

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Stdlib.Genlex end
type token = Stdlib__genlex.token =
  1. | Kwd of string
  2. | Ident of string
  3. | Int of int
  4. | Float of float
  5. | String of string
  6. | Char of char
val make_lexer : string list -> char Stdlib.Stream.t -> token Stdlib.Stream.t
OCaml

Innovation. Community. Security.