Skip to content

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

@silene

Description

@silene
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. *)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions