lambda-mountain icon indicating copy to clipboard operation
lambda-mountain copied to clipboard

Specialization leads to "stuck" parameterized calls

Open andrew-johnson-4 opened this issue 1 year ago • 0 comments

f : L -> Nil;
f : Sized<0> -> Nil;

L should be a subtype of Sized<0> but gets stuck.

andrew-johnson-4 avatar Oct 08 '24 17:10 andrew-johnson-4