package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val empty : cmp:('a -> 'a -> int) -> 'a t
val is_empty : _ t -> bool
val insert : 'a t -> 'a -> unit
val pop : 'a t -> 'a