-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Builtins] Drop 'Proxy' from 'TypeSchemeAll' #4317
[Builtins] Drop 'Proxy' from 'TypeSchemeAll' #4317
Conversation
/benchmark |
Comparing benchmark results of 'c876b1530' (base) and '3b6e3760d' (PR)
|
/benchmark |
Comparing benchmark results of 'c876b1530' (base) and 'f01e26a26' (PR)
|
I was going to make these changes a part of a bigger refactoring, but I want to conduct an experiment and that This only deletes code, so I'm not waiting for a review and merging as is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. And you didn't even need any type applications!
-> TypeScheme term args res | ||
-> TypeScheme term args res | ||
|
||
argOf :: TypeScheme term (arg ': args) res -> Proxy arg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
argProxy? whatever
Do not look here yet.