Effect CommunityEC
Effect Community3y ago
3 replies
Patrick Roza

TypeScript Pull Request for Bug Fix

GitHub
In this PR, we allow the sigil to appear in type argument lists in expression positions as a placeholder for locations where you would like inference to occur:
const instance = new Foo<
, stri...
Implement partial type argument inference using the _ sigil by wesw...
Was this page helpful?