LightAndLight / ipso

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

`array.remove : Int -> Array a -> (| Some : Array a, None : () |)` and `array.remove! : Int -> Array a -> Array a` #417

Open LightAndLight opened 1 year ago

LightAndLight commented 1 year ago

Example: deleteAt in https://github.com/LightAndLight/ipso/blob/main/examples/todolist.ipso