Adelbert Chang

Results 33 issues of Adelbert Chang

I'll just leave this here.. ``` scala /** Laws? */ trait SumElim[F[_, _], G[_], A] { def elim[B, C](f: F[A, B])(left: A => C, right: B => C): G[C] }...

Tools like ghc-mod, as far as I understand, need to be built with the same version of GHC as the project you intend to use it in. Curious how you...