aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/writer.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-2/+4
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-2/+2
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian1-1/+2
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-22Ported tests for number-related modules.Eduardo Julian1-8/+7
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-4/+4
2019-02-24Improved the names of monad transformers.Eduardo Julian1-1/+1
2019-02-12Ported 2 new test modules to the new format.Eduardo Julian1-4/+6
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-08Ported some modules to the new test format.Eduardo Julian1-37/+47
2019-02-05Integrated tests into normal source code.Eduardo Julian1-0/+0
2019-02-04Changed the naming style for structures.Eduardo Julian1-8/+8
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-12/+12
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-4/+4
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-4/+3
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-2/+2
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-8/+10
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-2/+2
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-1/+1
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-1/+1
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-1/+1
2018-05-02- Re-named "Applicative" to "Apply".Eduardo Julian1-2/+2
2018-05-02- Moved the "wrap" function into Monad, and removed Applicative from Monad's ...Eduardo Julian1-1/+2
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-10/+10
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-6/+6
2017-09-04- Renamed "Log" to "Writer".Eduardo Julian1-11/+11
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-1/+1
2017-07-01- Remove the suffixes of "lift" functions for monad transformers.Eduardo Julian1-1/+1
2017-06-19- In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian1-22/+22
2017-04-05- Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...Eduardo Julian1-3/+3
2017-04-03- Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...Eduardo Julian1-1/+0
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-1/+1
2016-12-18- Added tests for the monad transformers for Error, Maybe, State, List and Env.Eduardo Julian1-1/+14
2016-12-02- Changed the names of math op functions to make them more consistent and sim...Eduardo Julian1-8/+8
2016-12-01- Simplified the Test type.Eduardo Julian1-20/+24
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+32