- 
                Notifications
    
You must be signed in to change notification settings  - Fork 103
 
Closed
Labels
Description
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