Closed porcuquine closed 3 years ago
This makes it possible to use traits from group without making group a dependency. The latter blows up with compilation errors, for whatever reason.
group
The latter / status quo only causes compilation errors if the version of group doesn't match. So if a re-export makes things easier (like we've done re-exporting ff from group), I'm fine with it.
ff
This makes it possible to use traits from
group
without makinggroup
a dependency. The latter blows up with compilation errors, for whatever reason.