-
Notifications
You must be signed in to change notification settings - Fork 264
Rename Data.List.Properties.*-is-foldr #2516
Copy link
Copy link
Open
Description
I wouldn't call this
partition-is-foldrbutpartition-as-foldr, orpartition-via-foldr. And yes,foldrbeing theListeliminator, we need to be careful to not have an explosion of these. Having said that, I'm fine withpartitionas it is an important function.
But we already have
id-is-foldr++-is-foldrmap-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?
Reactions are currently unavailable