snoyberg / mono-traversable

Type classes for mapping, folding, and traversing monomorphic containers
152 stars 61 forks source link

Filtering with key #218

Open L0neGamer opened 6 months ago

L0neGamer commented 6 months ago

there are methods in the Containers module for filtering values within a container, but unlike many other functions there is not a method to filter with the container key. Would it be possible to add that to the typeclasses?