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 2cb9be6 commit ba686edCopy full SHA for ba686ed
doc/FP.md
@@ -15,6 +15,9 @@ Living in the `core` module with no FP dependencies,
15
many ops normally provided via typeclasses (eg. `<*`, `>>=`, etc.) are built-in directly.
16
The Scalaz module contains typeclass instances for it.
17
18
+There's also `CallbackOption` which is a callback & option monad stack.
19
+Check out the online [`CallbackOption` example](https://japgolly.github.io/scalajs-react/#examples/callback-option).
20
+
21
Scalaz
22
======
23
0 commit comments