roc-lang / roc

A fast, friendly, functional language.
https://roc-lang.org
Universal Permissive License v1.0
4.18k stars 297 forks source link

Add concatMap and equivalent of zip #6939

Closed ageron closed 2 months ago

ageron commented 2 months ago

joinMap <=> concatMap List.map2 x y Pair <=> zip