Closed ClathomasPrime closed 6 months ago
Generalizing sounds like a good idea.
I just want to check that it works fine with HaRe and apply-refact before merging though.
Stale, and removing the need for TransformT, see https://github.com/alanz/ghc-exactprint/pull/137
With the old version, you were kinda forced to always use fully concrete monads and write your own instance of HasTransform. This version would allow you to use
Monad m => TransformT (ComplicatedMonadStack m)
.Does this seem like a good idea?