mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
![]() If we are jumping to a target branch, it is necessary that the target branch has all required pattern symbols loaded in it. Usually this is already the case, but there is an exception with guarded patterns. Guarded patterns have their patterns loaded only right before the guard is evaluated, which happens at some point further along the decision tree. As such, when a guarded pattern jumps to its target destination, it should append the loaded patterns as parameters on the target joinpoint. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |