package TCSLib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val create : unit -> 'a t
val is_empty : 'a t -> bool
val take : 'a t -> 'a
val add : 'a -> 'a t -> unit