aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/abstract/monad/indexed.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-83/+0
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-1/+1
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to ↵Eduardo Julian1-3/+2
avoid interacting with the global scope.
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-7/+7
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian1-4/+4
convention that only macros that deal with types may start with a colon.
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-3/+3
2020-09-16Changed the format of project descriptor files.Eduardo Julian1-2/+3
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-21/+39
2019-05-21Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian1-1/+1
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian1-4/+5
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-0/+0
2019-03-15Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian1-3/+3
to avoid confusion since "/" is used for relative module paths.
2019-02-11Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian1-1/+1
structures.
2019-02-04Changed the naming style for structures.Eduardo Julian1-1/+1
2018-07-21Re-named "seq" to "and" and "alt" to "or".Eduardo Julian1-4/+4
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as ↵Eduardo Julian1-1/+1
module aliases.
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-1/+1
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-6/+9
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-1/+1
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-1/+1
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-1/+1
2018-07-10- Re-named "sig:" to "signature:".Eduardo Julian1-1/+1
2018-05-02- Changed the syntax for the parameters of "syntax:".Eduardo Julian1-1/+1
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-3/+3
2018-01-16- Added indexed/parameterized monads.Eduardo Julian1-0/+61