
21 Jan
2015
21 Jan
'15
4:14 p.m.
On 2015-01-21 at 16:51:55 +0100, Alexander V Vershilov wrote: [...]
As transformers usage are quite limited in ghc, and it's really relevant in ghc-bin, it's possible to duplicate the code, and provide required fixes in ghc-bin.cabal. As a result ghc uses it's own MonadIO, MonadControl and Strict State, and ghc-bin.cabal (ghc/*) uses ones from transformers.
...but doesn't this effectively mean that the instances provided by the `ghc` package are of little use or rather can't be easily combined with code that builds on top of the original `transformers` classes everyone else uses? Cheers, hvr