(root)/Notes/Notes/notes/functor.md RSS

Functor

see functional programming

#stub

Functor Laws

fmap id = id -- identity
fmap (f . g) = fmap f . fmap g -- composition