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

C.axioms_ appears when printing #403

Open
Tragicus opened this issue Nov 28, 2023 · 1 comment
Open

C.axioms_ appears when printing #403

Tragicus opened this issue Nov 28, 2023 · 1 comment

Comments

@Tragicus
Copy link

The axioms_ record of a structure C is hidden behind a notation. However, when printing, the notation does not print C, as in

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]
@CohenCyril
Copy link
Member

I wonder how much of a bug of Coq this is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants