given_Functor_List

jaskell.Functor$package$.given_Functor_List$
object given_Functor_List extends Functor[List]

Attributes

Graph
Supertypes
trait Functor[List]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def pure[A](x: A): List[A]

Extensions

Extensions

extension [A, B](xs: List[A])
def flatMap(f: A => List[B]): List[B]
def map(f: A => B): List[B]

The unit value for a monad

The unit value for a monad

Attributes

Inherited extensions

extension [A, B](x: F[A])
def <:>(f: A => B): F[B]

Attributes

Inherited from:
Functor
def fmap(f: A => B): F[B]

Attributes

Inherited from:
Functor