Files
Joe Savona 4211a7c12f [compiler] Fix for inferring props-derived-value as mutable
Fix for the repro from the previous PR. A `Capture x -> y` effect should downgrade to `ImmutableCapture` when the source value is maybe-frozen. MaybeFrozen represents the union of a frozen value with a non-frozen value.
2025-11-14 11:32:16 -08:00
..