Functor

us.oyanglul.dhall.generic.Functor
sealed trait Functor[F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_Functor_Decoder.type

Members list

Value members

Abstract methods

def fmap[A, B](f: A => B): F[A] => F[B]

Extensions

Extensions

extension [A](fa: F[A])
def map[B](f: A => B): F[B]