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

Separate types for type constructors and type instances #12

Open
asujeeth opened this issue May 1, 2013 · 0 comments
Open

Separate types for type constructors and type instances #12

asujeeth opened this issue May 1, 2013 · 0 comments
Assignees

Comments

@asujeeth
Copy link
Contributor

asujeeth commented May 1, 2013

Currently, both Vector and Vector[Int] are Rep[DSLType], which leads to unchecked behavior (e.g., when doing a 'tpeInst'). These types should be more specific to make this saner.

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

1 participant