You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2022. It is now read-only.
Tried to write a reply to this on my phone but too hard! Yes this is pretty much what I was thinking. A couple of ways it could be simplified even further occur to me tho:
No linear generics at all. This might prove impossible if the compiler loses track of property types somewhere along the way, but here's a simplified example:
Tried to write a reply to this on my phone but too hard! Yes this is pretty much what I was thinking. A couple of ways it could be simplified even further occur to me tho:
TypeScript doesn't need specific typeargs for
TInput
,TOutput
,TContext
to keep track of them:_in
and_out
suffixes?Originally posted by @mmkal in #33 (comment)
The text was updated successfully, but these errors were encountered: