I cannot see any documentation explaining when function types are considered stable. I can see from compiler reports that they typically are, but I assume that should not be the rule.
g
gmz
12/11/2024, 7:49 AM
A common misconception is that lambdas with unstable captures are themselves unstable objects. This is not true, lambdas are always considered stable, however as they were not memoized and reallocated during recomposition, they lead to composables that were not skipped due to unequal parameters.