Parameters
Signature
val compare : t -> t -> intval fold_lr : ((L.t * R.t) -> 'a -> 'a) -> t -> 'a -> 'aval fold_rl : ((L.t * R.t) -> 'a -> 'a) -> t -> 'a -> 'aval fold : ((L.t * R.t) -> 'a -> 'a) -> t -> 'a -> 'aval mem_l : L.t -> t -> boolval mem_r : R.t -> t -> boolval check_consistency : t -> tval iter : ((L.t * R.t) -> unit) -> t -> unitval remove_l : L.t -> t -> tval remove_r : R.t -> t -> tval find_l_opt : L.t -> t -> R.t optionval find_r_opt : R.t -> t -> L.t optionval filter : ((L.t * R.t) -> bool) -> t -> tval exists : ((L.t * R.t) -> bool) -> t -> boolval forall : ((L.t * R.t) -> bool) -> t -> bool