monadId
libretto.lambda.util.Monad.monadId
Attributes
- Graph
-
- Supertypes
- Self type
-
monadId.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
Extensions
Inherited extensions
extension [A](fa: A)
In this article