summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* feature(core): implement `reduced`Andrey Orst2020-11-151-0/+13
|
* fix(core): rename seq? to vector?Andrey Orst2020-11-151-10/+10
|
* Feature(doc): upload autogenerated documentation.Andrey Orst2020-11-141-7/+7
|
* fix(core): revert fn* to defn changeAndrey Orst2020-11-133-9/+9
|
* fix(core): refactoringAndrey Orst2020-11-134-32/+33
| | | | | | | - 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
* feature(core): remove macros from core (for loading with macros)Andrey Orst2020-11-131-62/+9
|
* fix(core): improved deep comparisonAndrey Orst2020-11-132-11/+57
|
* fix(core): support string in intoAndrey Orst2020-11-121-1/+8
|
* feature(core): support strings in seqAndrey Orst2020-11-121-2/+5
|
* fix(CI): overhaulAndrey Orst2020-11-124-0/+913