Packages

trait Type[F[_]] extends Applicative.Type[F]

The Monad.Type should be inherited in type-classes that are derived from Monad.

Source
Monad.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. Type
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def applicative: Applicative[F]
    Definition Classes
    Type
  2. implicit abstract def functor: Functor[F]
    Definition Classes
    Type
  3. implicit abstract def monad: Monad[F]