I suspect there will be a way of making this work without dropping into JS. It 
looks like you're hitting some sort of very deep recursion which is causing a 
stack overflow - try seeing if you can isolate which of your function calls is 
triggering the stack overflow, and see if you can change some function from 
recursive to non-recursive (or tail recursive). If you have example code, that 
would also be helpful...

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to