impromptu icon indicating copy to clipboard operation
impromptu copied to clipboard

Consider allowing for transitivity of dependenies

Open hseeberger opened this issue 8 years ago • 1 comments

As a user it would be more convenient to not explicitly give all dependendies when calling after, but only the ones that suffice to build the transitive closure.

Maybe make that configurable via an implicit value?

hseeberger avatar Dec 15 '17 14:12 hseeberger

I will add a phantom implicit to determine how the return type is calculated.

Any thoughts as to which should be the default behavior? My concern about transitive dependencies is the explosion of types upon errors.

propensive avatar Jan 02 '18 10:01 propensive