aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/thread.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-051-1/+1
| | | - Changed the value of "unit" in the old LuxC to match the one in new-luxc.
* - Re-named "Applicative" to "Apply".Eduardo Julian2018-05-021-3/+3
|
* - Moved the "wrap" function into Monad, and removed Applicative from Monad's ↵Eduardo Julian2018-05-021-5/+5
| | | | | family tree. - Moved the Free monad to its own module.
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-9/+9
|
* - Added safe (single-threaded) mutation.Eduardo Julian2017-12-311-0/+78