/typeclasses/Classes/Functor/package.dhall

Copy path to clipboard

Functor typeclass for types that can be mapped over.

Source

{-|
Functor typeclass for types that can be mapped over.
-}
let Functor
: (Type -> Type) -> Type
= ./Type.dhall

in { Type = Functor }