haskell / mtl

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

Re-export evalCont/evalContT? #64

Closed endgame closed 5 years ago

endgame commented 5 years ago

These two functions are present in transformers but not mtl:

Should they be re-exported? If so, I will prepare a PR.

RyanGlScott commented 5 years ago

I think it would make sense to re-export these, especially since we do so for other eval-prefixed functions elsewhere in mtl (e.g., evalState). A pull request would definitely be welcome.