monadOutcome
libretto.testing.TestKit.monadOutcome
object monadOutcome extends Monad[Outcome]
Attributes
- Graph
-
- Supertypes
- Self type
-
monadOutcome.type
Members list
Value members
Inherited fields
An Applicative derived from this Monad instance.
An Applicative derived from this Monad instance.
Note that it is intentional that
- Monad is not made to
extend
Applicative. - The Applicative derived from this Monad (i.e. this field) is not
given
. The reason is that we often want to use a different Applicative instance by default.
Attributes
- Inherited from:
- Monad
In this article