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
It would be cool 😎 to add a few more typeclasses to the mix: Compactable, Filterable, and Witherable. These are all related to compacting/filtering/partitioning data structures. We already have some of these functions for certain types, so this would just be to formalize the abstractions, even though abstractions are not always super easy to use in Reason.
It would be cool 😎 to add a few more typeclasses to the mix:
Compactable
,Filterable
, andWitherable
. These are all related to compacting/filtering/partitioning data structures. We already have some of these functions for certain types, so this would just be to formalize the abstractions, even though abstractions are not always super easy to use in Reason.https://github.com/LiamGoodacre/purescript-filterable
The text was updated successfully, but these errors were encountered: