Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Fiber.run stack-safe. | Matthias Andreas Benkard | 2018-01-10 | 1 | -32/+39 |
| | | | | | | Previously, Fiber.run was implemented with non-tail recursion, which would blow the stack after too many effects were invoked. It is now a stack-safe loop. | ||||
* | Add initial code and project files. | Matthias Andreas Benkard | 2018-01-07 | 4 | -0/+430 |