AndreVanDelft / scala

The SubScript extension to the Scala programming language
http://www.subscript-lang.org/
12 stars 1 forks source link

Undo earlier modificication for generated _node parameter #68

Open AndreVanDelft opened 9 years ago

AndreVanDelft commented 9 years ago

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.