Matt Diephouse

Results 11 issues of Matt Diephouse

If an XML node has a large number of child nodes, the `children` function will overflow the stack because it cannot be tail-call optimized as written. ``` $ elm repl...