[fix] Remove "for Haskell" from the subtitle.

This commit is contained in:
Yamada Ryo 2024-10-12 01:31:55 +09:00
parent 0b7ec69d7e
commit 9beec0259f
No known key found for this signature in database
GPG Key ID: AAE3C7A542B02DBF

View File

@ -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.