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
Suppose a function A calls a function B in its definition, but the call to B fails due to a pattern match failure. The PatternMatchError coming from B will bubble up to the dispatchEquation that called A's implementation, and will cause the next equation for A to be tried. This is not desired behaviour.
The text was updated successfully, but these errors were encountered:
Suppose a function
A
calls a functionB
in its definition, but the call toB
fails due to a pattern match failure. ThePatternMatchError
coming fromB
will bubble up to thedispatchEquation
that calledA
's implementation, and will cause the next equation forA
to be tried. This is not desired behaviour.The text was updated successfully, but these errors were encountered: