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

Help users deal with MonadST now depending on PrimMonad #146

Closed nfrisby closed 7 months ago

nfrisby commented 8 months ago

As of PR #141, it's no longer, for example, trivial to derive MonadST for a newtype monad.

coot commented 8 months ago

@nfrisby could you review #147.