Stdlib.Trait.Functor.Monomorphic
Contents
trait type Functor (Container Elem : Type)Source#
Constructors
open Functor public
fromPolymorphicFunctor {F : Type -> Type} {{Poly.Functor F}} {Elem} : Functor (F Elem) ElemSource#
<$> {Container Elem} {{Functor Container Elem}} (fun : Elem -> Elem) (container : Container) : ContainerSource#
$> {Container Elem : Type} {{Functor Container Elem}} (container : Container) (element : Elem) : ContainerSource#