Commit 2025-01-21 03:27 6e428275
View on Github →chore(Data/List/Basic): split off Map2 lemmas (#20832)
This PR splits off a number of lemmas related maps that zip pairs of lists from Data.List.Basic to a new file, including:
map₂Left'map₂Right'zipWithzipLeft'zipRight'Doing so reduces the size of this long file by ~250 lines. Also note that the new file doesn't need to importBasic, so this should parallelize the compilation too.