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
The axioms_ record of a structure C is hidden behind a notation. However, when printing, the notation does not print C, as in
axioms_
C
From HB Require Import structures. HB.mixin Record isC (T : Type) := {}. HB.structure Definition C := {T of isC T}. Check (C _).
which prints
C.axioms_ ?T : Type where ?T : [ |- Type]
The text was updated successfully, but these errors were encountered:
I wonder how much of a bug of Coq this is.
Sorry, something went wrong.
No branches or pull requests
The
axioms_
record of a structureC
is hidden behind a notation. However, when printing, the notation does not printC
, as inwhich prints
The text was updated successfully, but these errors were encountered: