aiken/crates
KtorZ df898bf239
Rework monadic-bind into function backpassing.
This is more holistic and less awkward than having monadic bind working only with some pre-defined type. Backpassing work with _any_ function, and can be implemented relatively easily by rewriting the AST on-the-fly.

  Also, it is far easier to explain than trying to explain what a monadic bind is, how its behavior differs from type to type and why it isn't generally available for any monadic type.
2024-03-11 00:16:22 +01:00
..
aiken Add --include-dependencies to 'aiken docs' 2024-03-09 22:35:38 +01:00
aiken-lang Rework monadic-bind into function backpassing. 2024-03-11 00:16:22 +01:00
aiken-lsp Add --max-success for running more or less prop runs on demand. 2024-03-09 19:17:57 +01:00
aiken-project Collect traces from last prop-test run on failure 2024-03-10 19:24:25 +01:00
uplc feat: impl serde on errythang 2024-03-08 19:19:07 -05:00