package earley

  1. Overview
  2. Docs

Module Input.OrdTblSource

Sourcetype 'a t
Sourceval empty : 'a t
Sourceval add : buffer -> int -> 'a -> 'a t -> 'a t
Sourceval pop : 'a t -> buffer * int * 'a list * 'a t
Sourceval iter : 'a t -> ('a -> unit) -> unit
Sourceval is_empty : 'a t -> bool
OCaml

Innovation. Community. Security.