aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/collection/sequence.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-17/+17
|
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-4/+4
|
* Some small refactoring.Eduardo Julian2020-10-251-85/+99
|
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-10/+11
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-31/+31
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
|
* Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian2019-05-281-0/+1
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-2/+2
|
* Ported tests for collection-related modules.Eduardo Julian2019-03-241-87/+83
|
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-151-24/+24
| | | | to avoid confusion since "/" is used for relative module paths.
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-111-2/+3
| | | | structures.
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+103