aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/effect.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-22- Removed algebraic effects module. If you want effects, just go with ↵Eduardo Julian1-344/+0
finally-tagless approach.
2017-06-26- Miscellaneous refactoring.Eduardo Julian1-2/+2
2017-06-21- Renamed "App" to "Apply" and swapped the order of the arguments to it.Eduardo Julian1-11/+11
- Also did argument swapping for lux/type;application.
2017-06-21- CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian1-15/+16
2017-06-19- Split "lux/macro/syntax/common" into 2 other sub-modules ("reader" and ↵Eduardo Julian1-13/+15
"writer").
2017-06-17- Small refactorings and name-changes.Eduardo Julian1-13/+13
2017-05-24- Renamed ^=> to ^multi.Eduardo Julian1-10/+10
2017-05-17- Renamed "Error" to "Result".Eduardo Julian1-1/+0
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-19/+19
2017-05-07- Removed "T" suffix from Type's tags.Eduardo Julian1-13/+13
2017-04-11- Fused the lux/compiler and lux/macro modules.Eduardo Julian1-13/+12
2017-04-10- Move the structures for the Free monad into lux/control/monad.Eduardo Julian1-53/+0
2017-04-10- Renamed "lambda" to "function".Eduardo Julian1-5/+5
2017-04-01- Some refactorings, new types & functions, and moved the lux/effect module ↵Eduardo Julian1-48/+43
to lux/control/effect.
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-3/+3
- Did the same for the lux/codata/struct/* modules. - Moved lux/codata/io to lux/io. - Moved lux/control/effect to lux/effect. - Renamed "sample" functions to "this" functions. - Renamed "at" functions to "nth" functions.
2017-01-12- Simplified the macros for asking about or ensuring AST tokens.Eduardo Julian1-1/+1
2017-01-06- Fixed a lot of errors in the documentation.Eduardo Julian1-16/+17
2017-01-04- Updated the documentation of most modules left.Eduardo Julian1-5/+51
- Minor refactorings.
2016-12-18- Fixed a bug in the way effect-handling worked.Eduardo Julian1-25/+32
- Added tests for lux/control/effect.
2016-12-18- Bug fixes and refactorings for algebraic effects.Eduardo Julian1-42/+79
2016-12-15- Updated tests for lux/type.Eduardo Julian1-1/+1
- Added tests for lux/type/check and lux/type/auto.
2016-12-12- No longer using record syntax in certain macros.Eduardo Julian1-6/+6
2016-12-04- Minor refactorings and expansions.Eduardo Julian1-3/+3
2016-12-02- Changed the names of math op functions to make them more consistent and ↵Eduardo Julian1-1/+1
similar.
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian1-0/+315
plugin's and the Emacs mode's into a big monorepo, to keep development unified.