package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val make : Source.t -> t
val of_string : string -> t
val of_chan : Pervasives.in_channel -> t
val line : t -> int
val col : t -> int
type token =
  1. | Open
  2. | Close
  3. | Atom of string
val next : t -> token partial_result
OCaml

Innovation. Community. Security.