| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed a bug when combining field/method/class modifiers.
|
|
|
|
|
|
|
|
during type-checking.
|
|
|
|
|
|
combinators.
|
|
|
|
performance).
|
|
- Some refactoring/re-naming.
|
|
- Added way to parse CLI argument anywhere within the inputs.
|
|
|
|
- Moved lux/type/* under lux/meta/*.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Re-named some array functions.
- Minor refactorings.
|
|
|
|
|
|
|
|
definition annotations.
|
|
|
|
|
|
"identity").
|
|
|
|
- Moved "assume" and "default" to lux/data/maybe.
|
|
symbol not being re-defined in the module where it is being used).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Moved JSON polytypism to the lux/macro/poly/* branch.
|
|
themselves.
|
|
($_ (::: +) 1 2 3) => (::: + 1 (::: + 2 3)) instead of ((::: +) 1 ((::: +) 2 3))
|