haskell / mtl

The Monad Transformer Library
http://www.haskell.org/haskellwiki/Monad_Transformers
Other
360 stars 63 forks source link

Make MonadCont for ContT polykinded, add liftCallCC #131

Closed kozross closed 2 years ago

kozross commented 2 years ago

This addresses #129 and #77, as I consider them related. This can be a minor bump, because the polykinded improvement for the MonadCont instance for ContT is backwards-compatible.