Open
Description
I wouldn't call this
partition-is-foldr
butpartition-as-foldr
, orpartition-via-foldr
. And yes,foldr
being theList
eliminator, we need to be careful to not have an explosion of these. Having said that, I'm fine withpartition
as it is an important function.
But we already have
id-is-foldr
++-is-foldr
map-is-foldr
- ...
So it does explode into a deprecation-fest if we follow your lead? v3.0?
Originally posted by @jamesmckinna in #2505 (comment)
Proposal: all *-is-fold*
lemmas be renamed, and the old names deprecated.
Issue: what alternative naming policy?