[External] : Re: Evolving past reference type patterns

Brian Goetz brian.goetz at oracle.com
Fri Apr 15 22:25:20 UTC 2022


>>     Can you provides examples of such refactorings ?
>

Refactoring

     int x = aShort;
     foo(x, x);

to

     let int x = aShort
     in foo(x, x);



More information about the amber-spec-observers mailing list