package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type source
val create : source -> t
val peek : t -> token
val next : t -> token
val junk : t -> unit
val line : t -> int
val col : t -> int