roc/test/snapshots/static_dispatch
Richard Feldman 641f4db0b0
Update snapshots for nominal pattern bound variable fix
The fix correctly identifies that variables bound inside nominal
patterns (like `s` in `Container.Box(s)`) are bound in the pattern
scope and don't need to be captured. This results in cleaner
canonical IR where functions that use nominal pattern matching
are now represented as pure lambdas instead of closures with
unnecessary captures.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 07:55:22 -05:00
..
Adv.md Update snapshots for nominal pattern bound variable fix 2025-12-16 07:55:22 -05:00
Basic.md Update snapshots for nominal pattern bound variable fix 2025-12-16 07:55:22 -05:00
BasicNoAnno.md Update snapshots for nominal pattern bound variable fix 2025-12-16 07:55:22 -05:00
builtins.md Fix an error message regression 2025-10-30 18:47:48 -04:00
Container.md Update snapshots 2025-12-02 23:05:51 -05:00
MethodDispatch.md Update snapshots for nominal pattern bound variable fix 2025-12-16 07:55:22 -05:00
plus_operator_vs_method.md Error if using nominal types outside origin module 2025-12-03 17:10:22 -05:00