mirror of
https://github.com/sayo-hs/heftia.git
synced 2024-11-23 02:42:06 +03:00
[fix] Remove "for Haskell" from the subtitle.
This commit is contained in:
parent
0b7ec69d7e
commit
9beec0259f
@ -1,9 +1,9 @@
|
||||
# Heftia: higher-order algebraic effects done right for Haskell
|
||||
# Heftia: higher-order algebraic effects done right
|
||||
|
||||
[![Hackage](https://img.shields.io/hackage/v/heftia.svg?logo=haskell&label=heftia)](https://hackage.haskell.org/package/heftia)
|
||||
[![Hackage](https://img.shields.io/hackage/v/heftia-effects.svg?logo=haskell&label=heftia-effects)](https://hackage.haskell.org/package/heftia-effects)
|
||||
|
||||
Heftia is an extensible effects library that generalizes "Algebraic Effects and Handlers" to higher-order effects, providing users with maximum flexibility and delivering standard and reasonable speed.
|
||||
Heftia is an extensible effects library for Haskell that generalizes "Algebraic Effects and Handlers" to higher-order effects, providing users with maximum flexibility and delivering standard and reasonable speed.
|
||||
In its generalization, the focus is on ensuring predictable results based on simple, consistent semantics, while preserving soundness.
|
||||
|
||||
Please refer to the [Haddock documentation](https://hackage.haskell.org/package/heftia-0.4.0.0/docs/Control-Monad-Hefty.html) for usage and semantics.
|
||||
|
Loading…
Reference in New Issue
Block a user