8000
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 1ac2c4a commit e783355Copy full SHA for e783355
README.md
@@ -81,7 +81,7 @@ Please import other monad instances if you need other monads.
81
``` scala
82
import com.thoughtworks.each.Monadic._
83
import scalaz.std.option._
84
-val Option[String] = monadic[Option] {
+val result: Option[String] = monadic[Option] {
85
"Hello, Each!"
86
}
87
```
@@ -92,7 +92,7 @@ val Option[String] = monadic[Option] {
92
93
94
val name = Option("Each")
95
96
"Hello, " + name.each + "!"
97
98
0 commit comments