@traversable/schema
    Preparing search index...

    Variable FunctorConst

    Functor: Functor<Json.Free, Json> = ...

    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.