I have the following piece of code from this question: def addChild(n: Node, newChild: Node) = n match { case Elem(prefix, label, attribs, ...
-
May 27, 2022
- 0 Comments