purescript-filterable icon indicating copy to clipboard operation
purescript-filterable copied to clipboard

Classes for filterable and witherable data structures

Results 4 purescript-filterable issues
Sort by recently updated
recently updated
newest added

> "Traversable containers which hold Maybe are witherable." https://hackage.haskell.org/package/witherable-0.1.3.3/docs/Data-Witherable.html#t:Chipped

status: needs more info

type: documentation

It is useful to have: ``` purescript class (Contravariant f) Boolean) -> f a -> f a cfilterCmap :: forall a b. (b -> Maybe a) -> f a ->...

type: enhancement