Closed this issue 10 years ago · 1 comments
I think it might be nice to replace toList, fromList with:
toList
fromList
* fromSet :: forall f a. (Unfoldable f) => Set a -> f a * toSet :: forall f a. (Foldable f) => f a -> Set a
(I think these are possible).