summaryrefslogtreecommitdiff
path: root/tests/test.fnl
Commit message (Collapse)AuthorAgeFilesLines
* fix: update ordered when removing items.Andrey Orst2020-11-211-2/+4
| | | | WIP: for unordered set
* feature: SetsAndrey Orst2020-11-191-1/+1
|
* fix(core): refactoringAndrey Orst2020-11-131-9/+16
| | | | | | | - Rename `fn*` to `defn`, `fn&` to `fn+`. - Do not use `fn+` in the core at all, provide it for convenience. - Fix bug in `filter` due to incorrect `cons` implementation. - Update `seq` and `eq` functions in macros
* fix(core): improved deep comparisonAndrey Orst2020-11-131-10/+19
|
* fix(CI): overhaulAndrey Orst2020-11-121-0/+62