You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data.Set has a fuction isSubsetOf :: Ord a => Set a -> Set a -> Bool. I needed the corresponding function for Data.HashSet, and it should be possible to implement it more efficiently than can be done through the public interface of Data.HashSet currently.
hvr, bjin, jcpetruzza, no-longer-on-githu-b, geh and 1 more