We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992f72d commit 2c1d797Copy full SHA for 2c1d797
alleycats-core/src/main/scala/alleycats/syntax/extract.scala
@@ -30,4 +30,4 @@ trait ExtractSyntax {
30
implicit class ExtractOps[F[_], A](fa: F[A])(implicit ev: Extract[F]) {
31
def extract(): A = ev.extract(fa)
32
}
33
-}
+}
0 commit comments