LightAndLight / ipso

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

`array.filter` and `array.filterMap` #321

Closed LightAndLight closed 1 year ago

LightAndLight commented 1 year ago

array.filter : (a -> Bool) -> Array a -> Array a

array.filterMap : (a -> (| Some : b, None : ()|)) -> Array a -> Array b