-
Notifications
You must be signed in to change notification settings - Fork 156
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
Dependently-typed Core #4
Labels
Milestone
Comments
Might be interesting to to do this in conjunction with https://github.com/goldfirere/ghc/tree/nokinds . |
|
Yeah... because I merged the prelude.... |
martijnbastiaan
added a commit
that referenced
this issue
Jun 27, 2019
Update clash-prelude to 3c7f92a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment, the internal Core language of clash is a simple polymorphic calculus, with support for existential types, impredicative types, and higher-rank polymorphism. This is however insufficient to handle GADT pattern matching that is a available in GHC's Core language.
In the long run, we want to have a dependently typed Core language, with dependent pattern matching. That way, we can properly support e.g. GADT pattern matching. We can then also succesfully support translating idris to VHDL.
The text was updated successfully, but these errors were encountered: