aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/poly/lux/abstract/functor.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-02Replace the error-prone "n/range" calls with "indices".Eduardo Julian1-2/+2
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-4/+4
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-4/+4
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-8/+8
2018-07-21Refactoring & improvements to "lux/macro/poly".Eduardo Julian1-1/+1
2018-07-21Moved "lux/language/type/*" to "lux/type/*".Eduardo Julian1-2/+1
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-8/+9
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-15/+17
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-10/+10
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-3/+3
2018-07-10- Re-named path "lux/lang/*" to "lux/language/*".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 "struct" to "structure".Eduardo Julian1-2/+2
2018-07-09- Fixes: Part 2.Eduardo Julian1-2/+2
2018-07-04- Re-named Bound to Paremeter.Eduardo Julian1-1/+1
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-4/+4
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-10/+11
2017-12-25- Added module for predicates.Eduardo Julian1-2/+2
2017-12-01- Changed some of the syntax for macro templating.Eduardo Julian1-7/+7
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-38/+38
2017-11-27- Got rid of even more dots.Eduardo Julian1-2/+2
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-6/+6
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-5/+5
2017-11-15- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian1-2/+2
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-6/+6
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian1-1/+1
2017-08-02- Re-implemented polytypic matchers in terms of lux/control/parser.Eduardo Julian1-112/+82
2017-08-01- Removed polytipic text-encoders.Eduardo Julian1-27/+23
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-27/+27
2017-07-22- Small refactorings and bug fixes.Eduardo Julian1-1/+1
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-1/+0
2017-05-17- Renamed "Error" to "Result".Eduardo Julian1-2/+1
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-6/+6
2017-04-12- Simplified some of the documentation and error messages.Eduardo Julian1-1/+1
2017-04-11- Fused the lux/compiler and lux/macro modules.Eduardo Julian1-8/+8
2017-04-10- Renamed "lambda" to "function".Eduardo Julian1-6/+6
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian1-2/+2
2016-12-17- Added tests for lux/macro/poly/*Eduardo Julian1-21/+31
2016-12-04- Minor refactorings and expansions.Eduardo Julian1-5/+5
2016-12-02- Changed the names of math op functions to make them more consistent and sim...Eduardo Julian1-3/+3
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+126