Closed snowleopard closed 6 years ago
At the moment we have a lot of code duplication in Build.Strategy.
Build.Strategy
Can we get rid of it using type classes?
In this PR I'd like to try encoding the overall pattern that all tracing strategies use:
i
Note that the remaining A and M variants also have a lot of duplication and could probably be abstracted over c.
A
M
c
Closing, since I found a better way to reduce code duplication.
At the moment we have a lot of code duplication in
Build.Strategy
.Can we get rid of it using type classes?
In this PR I'd like to try encoding the overall pattern that all tracing strategies use:
i
without rerunning the Task.Note that the remaining
A
andM
variants also have a lot of duplication and could probably be abstracted overc
.