-
Notifications
You must be signed in to change notification settings - Fork 4
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
WIP: feat: allow limited type ascriptions in data/codata #25
base: main
Are you sure you want to change the base?
Conversation
Implements #15 |
I've put a bit of time here and there trying to understand what is going wrong here.
This especially throws me off since it does not only expect a different universe but a completely different type. Maybe you guys already made some more progress regarding this issue. Or maybe you have an idea why adding |
We've not really worked on this lately, so your help is appreciated! The error is rather misleading, but a bit of a red herring.
Remembering that typevectors are indexed right-to-left, this indeed reduces to:
which is in fact the expected type (modulo universes)! |
No description provided.