mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-22 22:14:21 +03:00
Update description
This commit is contained in:
parent
d4075d8510
commit
8955376436
@ -6,8 +6,8 @@
|
||||
*Note:* this is a pre-release. Benchmark results (using GHC 8.8.4) can be found
|
||||
[here](https://rybczak.net/files/countdown.html).
|
||||
|
||||
A simple, performant extensible effects library with seamless integration with
|
||||
the existing ecosystem.
|
||||
An easy to use, performant extensible effects library with seamless integration
|
||||
with the existing Haskell ecosystem.
|
||||
|
||||
Main features:
|
||||
|
||||
@ -19,13 +19,13 @@ Main features:
|
||||
discarded state).
|
||||
|
||||
4. Seamless integration with the existing ecosystem (`exceptions`,
|
||||
`monad-control`, `unliftio-core`, `resourcet`).
|
||||
`monad-control`, `unliftio-core`, `resourcet` etc.).
|
||||
|
||||
5. Effects can be defined for either
|
||||
|
||||
- static dispatch (as fast as it gets, single interpretation) or
|
||||
|
||||
- dynamic dispatch (a bit slower, with multiple interpretations),
|
||||
- dynamic dispatch (a bit slower, multiple interpretations),
|
||||
|
||||
depending on your needs.
|
||||
|
||||
|
@ -7,9 +7,9 @@ license-file: LICENSE
|
||||
category: Control
|
||||
maintainer: andrzej@rybczak.net
|
||||
author: Andrzej Rybczak
|
||||
synopsis: A simple, yet powerful extensible effects library.
|
||||
synopsis: An easy to use, performant extensible effects library.
|
||||
|
||||
description: A simple, performant extensible effects library with seamless
|
||||
description: An easy to use, performant extensible effects library with seamless
|
||||
integration with the existing Haskell ecosystem.
|
||||
|
||||
extra-source-files: CHANGELOG.md
|
||||
|
Loading…
Reference in New Issue
Block a user