analyzer icon indicating copy to clipboard operation
analyzer copied to clipboard

Extract `GobLint.cartesian_*map` functions

Open sim642 opened this issue 3 weeks ago • 0 comments

~~This is on top of #1886 because I got the idea there.~~

GobList.cartesian_map unifies two kinds of patterns I found in various places:

  1. List.map on BatList.cartesian_product.
  2. List.map inside List.concat_map.

In a few places, the variants GobList.cartesian_filter_map and GobList.cartesian_concat_map are introduced.

sim642 avatar Dec 02 '25 12:12 sim642