better-monadic-for icon indicating copy to clipboard operation
better-monadic-for copied to clipboard

Desugaring scala `for` without implicit `withFilter`s

Results 13 better-monadic-for issues
Sort by recently updated
recently updated
newest added

When building tests for `catsTests` for Scala 2.11.12 with `-Ywarn-unused`, I get a following lint warning: ``` [warn] /tmp/better-monadic-for/cats-tests/src/test/scala/com/olegpy/bm4/CatsSyntaxTest.scala:37:13: local val in value $anonfun is never used [warn] _

The following causes some noise during migration to this plugin: ```scala import cats.implicits._ case class Foo(a: Long) for { Foo(a)