Integration modules usually want to provide type class instances for their respective project (e.g., seals-scodec will provide scodec Encoder instances) derived from Reified. If these instances are to be imported by the user, their priority will be higher than the usual (built-in) instances. For an example, see #7.
export-hook might provide a solution to this problem. It should be investigated.
Integration modules usually want to provide type class instances for their respective project (e.g.,
seals-scodec
will provide scodecEncoder
instances) derived fromReified
. If these instances are to be imported by the user, their priority will be higher than the usual (built-in) instances. For an example, see #7.export-hook might provide a solution to this problem. It should be investigated.