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
I also noticed that the IsPolynomial instance for Prod' is not universe-polymorphic either. What we need is instance : MvQPF.IsPolynomial.{u, u} MvQPF.Prod.Prod'.{u} := sorry
The
qpf
macro struggles with universe levels, concretely in conjunction with product types.Which gives the following error message:
This is likely because the instance is not universe-polymorphic. What we need is
instance : MvFunctor.{u, u} MvQPF.Prod.Prod'.{u} := sorry
The text was updated successfully, but these errors were encountered: