th-abstractionjust added a freeVariablesWellScoped function (in master) that completely subsumes generic-deriving's own requiredTyVarsOfTypes function. When a new release of th-abstraction is made, we should scrap requiredTyVarsOfTypes in favor of freeVariablesWellScoped.
th-abstraction
just added afreeVariablesWellScoped
function (inmaster
) that completely subsumesgeneric-deriving
's ownrequiredTyVarsOfTypes
function. When a new release ofth-abstraction
is made, we should scraprequiredTyVarsOfTypes
in favor offreeVariablesWellScoped
.