aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/trace.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the naming style for structures.Eduardo Julian2019-02-041-3/+3
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-1/+1
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-5/+6
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-2/+2
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-101-2/+2
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-2/+2
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-2/+2
* - Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian2017-11-281-7/+8
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-2/+1
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian2017-09-191-2/+2
* - Some refactoring.Eduardo Julian2017-09-191-2/+2
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-3/+4
* - Implemented a few comonads.Eduardo Julian2017-04-051-0/+33