aiken/crates/aiken-lang
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
..
src Rework monadic-bind into function backpassing. 2024-03-11 00:16:22 +01:00
Cargo.toml feat: impl serde on errythang 2024-03-08 19:19:07 -05:00