A few weeks or months ago I changed generated code from
here => ... to
_node => implicit val here; ...
so that here became implicitly available.
However, this was not really needed, since the following does the job:
implicit here => ...
as explained here on StackOverflow
So the generated code should now be simplified.
A few weeks or months ago I changed generated code from
here => ...to_node => implicit val here; ...so that
herebecame implicitly available.However, this was not really needed, since the following does the job:
implicit here => ...as explained here on StackOverflow
So the generated code should now be simplified.