Open munizart opened 4 years ago
Oh, okay. Will fix it. Thank you for your contribution ^_^
And also it's duplicate Issue #2
There appear to be a couple of issues at play here.
Apply undeclareted generic type 'T'
on line 2. Ideally, the generic type wouldn't have to be declared and could instead be inferred. But barring that, it would be nice to be able to declare that within the definition of ApplyNumber
.Generic type "T" should be used with type paramteres!
on line 3. This is an issue with partially applying generic types.They're both related to #2, but I don't know that they're necessarily duplicates.
IMHO, this should typecheck