You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That isn't surprising to me. Any translation of a DAG (pattern matching) to trees (if/else) has the potential for exponential blowup. The chances of this happening increase with the size and complexity of the pattern matrix. For something like this, I would potentially rewrite this with guards to avoid the blowup, since you don't need to exhaustively enumerate your patterns.
For this code
The code generated by purescript-optimized backed is more than 17K+ line
The text was updated successfully, but these errors were encountered: