We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set Implicit Arguments. Require Import Logic. Global Set Universe Polymorphism. Global Set Asymmetric Patterns. Local Set Record Elimination Schemes. Local Set Primitive Projections. Record prod (A B : Type) : Type := pair { fst : A; snd : B }. Check fun x : prod Set Set => eq_refl : x = pair (fst x) (snd x).
fails. Has eta for records been removed from trunk-polyproj? Is it still slated for 8.5?
The text was updated successfully, but these errors were encountered:
Oops, I re-reported a more accurate version as #124. Closing this one.
Sorry, something went wrong.
No branches or pull requests
fails. Has eta for records been removed from trunk-polyproj? Is it still slated for 8.5?
The text was updated successfully, but these errors were encountered: