Module Liquidsoap_lang.Type_constraints
val create : unit -> 'a tval add : 'a -> 'a t -> 'a tval mem : 'a -> 'a t -> boolval compare : 'a t -> 'a t -> intval of_list : 'a list -> 'a tval elements : 'a t -> 'a listval cardinal : 'a t -> intval is_empty : 'a t -> bool