aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/spec/compositor/generation/case.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-288/+0
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-2/+2
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-1/+1
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-4/+4
| | | | convention that only macros that deal with types may start with a colon.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-5/+5
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-4/+4
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-2/+2
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-5/+6
|
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-3/+5
| | | + No more "m/"-prefixed functions.
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-12/+12
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-4/+4
|
* Refactored the spec a bit better.Eduardo Julian2019-04-261-6/+7
|
* - Ported pattern-matching tests.Eduardo Julian2019-04-261-0/+284
- Ported function tests.