Skip to content

Commit ba686ed

Browse files
committed
Update FP.md
1 parent 2cb9be6 commit ba686ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/FP.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Living in the `core` module with no FP dependencies,
1515
many ops normally provided via typeclasses (eg. `<*`, `>>=`, etc.) are built-in directly.
1616
The Scalaz module contains typeclass instances for it.
1717

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+
1821
Scalaz
1922
======
2023

0 commit comments

Comments
 (0)