I’m thinking about splitting the `instances` modul...
# arrow-contributors
p
I’m thinking about splitting the
instances
module into
instances-core
and
instances-data
. That way we can slim down other modules like Free by making it depend just on
instances-core
.
4