LightAndLight / ipso

A functional scripting language.
https://ipso.dev
17 stars 1 forks source link

`flatMap` builtin #142

Closed LightAndLight closed 2 years ago

LightAndLight commented 2 years ago

flatMap : (a -> Array b) -> Array a -> Array b