package tcs-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tcsqueue.SingleOccQueue

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