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

Poor error message in case of nonexhaustive list of dependencies #452

Open
silene opened this issue Oct 24, 2024 · 1 comment
Open

Poor error message in case of nonexhaustive list of dependencies #452

silene opened this issue Oct 24, 2024 · 1 comment

Comments

@silene
Copy link

silene commented Oct 24, 2024

From HB Require Import structures.
HB.mixin Record IsAddComoid A := {}.
HB.structure Definition AddComoid := { A of IsAddComoid A }.
HB.mixin Record IsAbelianGrp A of IsAddComoid A := {}.
HB.structure Definition AbelianGrp := { A of IsAbelianGrp A }.
HB.mixin Record IsRing K of IsAbelianGrp K (*& IsAddComoid K*) := {}.
(* The elpi tactic/command HB.mixin failed without giving a specific error message. Please report this inconvenience to the authors of the program. *)
@gares
Copy link
Member

gares commented Oct 24, 2024

While we fix this, I suggest you stick to class names since they are already transitively closed by definition.

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