lambda-mountain
lambda-mountain copied to clipboard
Specialization leads to "stuck" parameterized calls
f : L -> Nil;
f : Sized<0> -> Nil;
L should be a subtype of Sized<0> but gets stuck.