mirror of
https://github.com/lexi-lambda/freer-simple.git
synced 2024-12-23 22:23:27 +03:00
Point people interested in combining with transformers to freer-extra
Also freer-extra has more goodies and is worth mentioning.
This commit is contained in:
parent
3f911ac627
commit
82fa5bd624
@ -98,6 +98,12 @@ runConsolePure inputs req =
|
||||
go (_, os) ExitSuccess _ = pure ([], os)
|
||||
```
|
||||
|
||||
# Combining with Transformers
|
||||
|
||||
You already have some [`mtl`](http://hackage.haskell.org/package/mtl) code and
|
||||
are afraid that combining effects with your current tranformer stack would not
|
||||
be possible? Package [`freer-extras`](https://github.com/trskop/freer-extra)
|
||||
has some `mtl`-related and other goodies.
|
||||
|
||||
# Contributing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user