Module do_map

The Map Functor.

Behaviours: do_functor.

Description

The Map Functor.

Data Types

fn()

fn(A, B) = fun((A) -> B)

map()

map(A) = #{term() := A}

Function Index

fmap/2

Function Details

fmap/2

fmap(F::fn(A, B), Map::map(A)) -> map(B)


Generated by EDoc