calvinlfer / free-monad-coproduct-example

Free Monad composition using Monad Coproducts from FreeK
4 stars 1 forks source link

PartialUnification #1

Closed nbenns closed 7 years ago

nbenns commented 7 years ago

You shouldn't need that patch for Scala, its enabled in 2.11 with -Ypartial-unification. see https://github.com/milessabin/si2712fix-plugin

calvinlfer commented 7 years ago

I thought that you could only use -Ypartial-unification if you used Typelevel Scala at least in 2.11.8

calvinlfer commented 7 years ago

Looking at this, it seems we have to wait for 2.11.9

calvinlfer commented 7 years ago

Fixed by https://github.com/calvinlfer/free-monad-coproduct-example/commit/993eee9ba3607f394fd0da15309c5e6b6cd8c787