Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Removed Void and Unit as kinds of types. | Eduardo Julian | 2018-05-05 | 1 | -1/+1 |
| | | | - Changed the value of "unit" in the old LuxC to match the one in new-luxc. | ||||
* | - Re-named "Applicative" to "Apply". | Eduardo Julian | 2018-05-02 | 1 | -3/+3 |
| | |||||
* | - Moved the "wrap" function into Monad, and removed Applicative from Monad's ↵ | Eduardo Julian | 2018-05-02 | 1 | -5/+5 |
| | | | | | family tree. - Moved the Free monad to its own module. | ||||
* | - Improved the syntax for the "lux.function" macro. | Eduardo Julian | 2018-04-05 | 1 | -9/+9 |
| | |||||
* | - Added safe (single-threaded) mutation. | Eduardo Julian | 2017-12-31 | 1 | -0/+78 |