Json.Functor
You can think of a Functor as a container. It exposes a port called map that lets us apply an arbitrary function to the value(s) inside.
map
Json.Functor
You can think of a Functor as a container. It exposes a port called
map
that lets us apply an arbitrary function to the value(s) inside.