data RedBlackSet : Type -> Type
E : RedBlackSet a
T : Color -> RedBlackSet a -> a -> RedBlackSet a -> RedBlackSet a
Ord a => Set RedBlackSet a