6 Sep
2011
6 Sep
'11
6:40 a.m.
On Mon, Sep 5, 2011 at 3:15 PM, Erik de Castro Lopo
Can't this be mostly solved by putting all these configuration parameters in a struct and then using implicit parameters:
Implicit parameters seem like a fair option. And propagating: (?fooConf :: FooConf) => ... isn't any more difficult than explicit parameters in the type. I guess the question is whether it is the parameterization or the *staging *that seems more relevant.