com-lihaoyi / unroll

23 stars 0 forks source link

Consider using `Invisible` flag (Scala 3) #4

Closed sideeffffect closed 5 months ago

sideeffffect commented 6 months ago

Note for Scala 3 - you can run the phase before tasty and still not leak the API through separate compilation by using the Invisible flag on the generated methods.

/cc @bishabosha

lihaoyi commented 5 months ago

done