tweag / HaskellR

The full power of R in Haskell.
https://tweag.github.io/HaskellR
Other
584 stars 47 forks source link

Import from Control.Monad directly #414

Closed ysangkok closed 1 year ago

ysangkok commented 1 year ago

This enables compatibility with the mtl-2.3 series which removed some reexports.

Fixes #411.