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
I don't have an inherent objection, but I'd be concerned about exposing partial versions of these functions. In particular, if we expose the fully generalized versions from Foldable we will accidentally expose a partial function when applied to other data structures. I'm not sure what the best way forward is.
Would seem logical if
RIO.NonEmpty
included theNonEmpty
specializedfold*1
variants in addition toscan*1
.Don't know for sure, but I expect they weren't included due to the fact they normally come via
Data.Foldable
and notData.List.NonEmpty
.The text was updated successfully, but these errors were encountered: