Closed jship closed 10 months ago
Adds a newtype-derived MonadUnliftIO instance for SystemT so that systems can more conveniently use functions that are in callback style, e.g. alloca.
MonadUnliftIO
SystemT
alloca
I think this is another argument in favor of SystemT just being an alias to ReaderT. Together with restructuring/renaming Experimental, maybe it's time to put together a wish list for v0.10
ReaderT
Experimental
Adds a newtype-derived
MonadUnliftIO
instance forSystemT
so that systems can more conveniently use functions that are in callback style, e.g.alloca
.