twitter / rsc

Experimental Scala compiler focused on compilation speed
Apache License 2.0
1.24k stars 54 forks source link

pretty print tuples - issue #354 #448

Closed ShaneDelmore closed 5 years ago

ShaneDelmore commented 5 years ago

This addresses https://github.com/twitter/rsc/issues/354

wiwa commented 5 years ago

Could you add a test for nested tuples? Also if the commit could have a (fix #354) in there, would be nice. Otherwise looks fine.