input-output-hk / io-sim

Haskell's IO simulator which closely follows core packages (base, async, stm).
https://hackage.haskell.org/package/io-sim
Apache License 2.0
37 stars 15 forks source link

Add MonadSay instances for monad transformers #33

Open coot opened 2 years ago

coot commented 2 years ago

MonadSay only has StateT instance, there's no reason not to provide other instances as well.

Are you willing to implement it?