Open
Description
The following code gives The elpi tactic/command HB.mixin failed without giving a specific error message. Please report this inconvenience to the authors of the program.;
HB.mixin Record barycentric_interval_of (I:Interval.type) of Baryspace_of I I :={
}.
The types are defined as follows
HB.mixin Record Interval_of I:= {
...
}.
HB.mixin Record Baryspace_of (I : Interval.type) A := {
...
}.