aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/collection/set.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-7/+7
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-6/+6
* Even more renamings.Eduardo Julian2021-08-011-5/+5
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-5/+5
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-18/+19
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-7/+6
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-0/+5
* 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-34/+34
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-5/+5
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-10/+10
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-9/+21
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-7/+7
* Easy to use Rev constants.Eduardo Julian2020-10-311-47/+89
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-011-1/+1
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-11/+11
* 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-52/+59
* 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/+67