You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From HB RequireImport 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. *)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: