package ocp-indent-nlfork

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token = {
  1. token : Approx_lexer.Simple.token;
  2. substr : string;
  3. region : Region.t;
}
type t
val of_channel : Pervasives.in_channel -> t
val of_string : string -> t
val next : t -> (token * t) option
OCaml

Innovation. Community. Security.