aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/collection/set/ordered.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-9/+9
* Even more renamings.Eduardo Julian2021-08-011-4/+4
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-2/+2
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-9/+9
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-16/+17
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-5/+4
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+3
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-25/+25
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-3/+3
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-20/+20
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-7/+7
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-84/+148
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-3/+3
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-011-1/+1
* 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-16/+16
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Ported tests for collection-related modules.Eduardo Julian2019-03-241-85/+100
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-4/+4
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+98