Erik Svedäng
470f0f827d
fix: Unify aupdate and aupdate! with other update functions ( #1220 )
...
* chore: Re-format Haskell code
* fix: Unify aupdate and aupdate! with other update functions
* fix: Re-add comment
* fix: Also make StaticArray.aupdate! adhere to the normal update signature
* fix: Failing test
2021-05-25 12:11:31 +02:00
Veit Heller
bdaf96550f
refactor: use quasiquoting in STDLIB and go through array in quasiquote ( #1135 )
2021-01-21 06:20:03 +01:00
Veit Heller
2d34af6aa9
feat: make empty? an interface ( #1139 )
2021-01-20 09:54:08 +01:00
Tim Dévé
9a3870afe4
Adds unsafe-raw to StaticArray module
2020-11-07 17:49:41 +00:00
Scott Olsen
26131f2b1c
Add remaining implements declarations
2020-05-10 22:53:35 -04:00
Erik Svedäng
e6c119d34c
Remove comment.
2020-05-04 13:21:40 +02:00
Tim Dévé
da98a770be
Adds StaticArray nth & contains?
2020-05-04 09:35:39 +01:00
Tim Dévé
acc5dbb914
Adds StaticArray sum, index-of, element-count, predicate-count, aupdate! & swap!
2020-05-04 09:35:39 +01:00
Tim Dévé
5965b098bb
Adds StaticArray reverse!
2020-05-04 09:35:39 +01:00
Tim Dévé
b5d363c85e
Adds StaticArray minimum & maximum
2020-05-04 09:35:39 +01:00
Tim Dévé
27ce300648
Adds StaticArray first, unsafe-first, last & unsafe-last
2020-05-04 09:35:39 +01:00
Tim Dévé
b87fd0911c
Adds StaticArray find & find-index
2020-05-04 09:35:39 +01:00
Tim Dévé
ce3f53518f
Adds StaticArray empty? any? & all?
2020-05-04 09:35:39 +01:00
Erik Svedäng
979077b388
Some cleanup and start of tests for Static Array.
2020-04-29 10:39:15 +02:00
Erik Svedäng
14b608a36e
Static array kinda works now.
2020-04-28 10:06:17 +02:00