summaryrefslogtreecommitdiff
path: root/tests/fn.fnl
Commit message (Collapse)AuthorAgeFilesLines
* Feature(doc): upload autogenerated documentation.Andrey Orst2020-11-141-7/+7
|
* fix(core): revert fn* to defn changeAndrey Orst2020-11-131-6/+6
|
* fix(core): refactoringAndrey Orst2020-11-131-10/+10
| | | | | | | - 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(CI): overhaulAndrey Orst2020-11-121-0/+44