Miles Sabin

Results 92 comments of Miles Sabin

Yup, in that case the compiler sees `GInt` rather than (effectively) `GInt : G` (which would also fail).

I don't think this is a compiler bug. The desugaring for right associated calls involves an assignment to an intermediate val (`rassoc$6` in this case) and this is enough to...