module Make(O:Immutable_types.Comparable):Immutable_types.RSetwith type elt = O.t
Immutable_types.Comparable| Parameters: |
|
include Immutable_types.GSet
val remove : elt -> t -> tremove el t removes el from t only if el is in t.
Returns t otherwise.