Const
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.FunctorYou can think of a Functor as a container. It exposes a port called
mapthat lets us apply an arbitrary function to the value(s) inside.