Skip to content
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

Polymorphic Instiation for HOFs #32

Closed
ranjitjhala opened this issue Sep 16, 2014 · 1 comment
Closed

Polymorphic Instiation for HOFs #32

ranjitjhala opened this issue Sep 16, 2014 · 1 comment

Comments

@ranjitjhala
Copy link
Member

See:

https://github.com/UCSD-PL/RefScript/blob/poly/tests/pos/misc/poly-01.ts

Basically, we need to add the polymorphic instantiation variables at the use of idd on line 15 (currently, this is just done at fun-call, but actually needs to happen at any use of a function, including as a parameter as is happening here.)

This was referenced Sep 24, 2014
Closed
@panagosg7
Copy link
Contributor

Addressed by #45

panagosg7 added a commit that referenced this issue May 5, 2015
Heapless fixes and switch statement support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants