mirror of
https://github.com/sayo-hs/heftia.git
synced 2024-11-30 10:59:09 +03:00
19 lines
721 B
Markdown
19 lines
721 B
Markdown
# Heftia
|
|
Heftia, a composition of hefty trees and co-Yoneda, is a higher-order effects
|
|
version of Freer.
|
|
|
|
The paper
|
|
* Casper Bach Poulsen and Cas van der Rest. 2023. Hefty Algebras: Modular
|
|
Elaboration of Higher-Order Algebraic Effects. Proc. ACM Program. Lang. 7,
|
|
POPL, Article 62 (January 2023), 31 pages. <https://doi.org/10.1145/3571255>
|
|
|
|
inspires this library.
|
|
Hefty trees, proposed by the above paper, are extensions of free monads,
|
|
allowing for a straightforward treatment of higher-order effects.
|
|
|
|
This library provides Heftia monads and Freer monads, encoded into data
|
|
types in several ways to enable tuning in pursuit of high performance.
|
|
|
|
## Your contributions are welcome!
|
|
Please see CONTRIBUTING.md.
|