Skip to content

Add isSubsetOf #127

Closed
Closed
@rwbarton

Description

@rwbarton

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions