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
The instance compiler does not like primitive projections:
From elpi Require Import tc.
Set Primitive Projections.
Record S := { sort :> Type }.
Unset Primitive Projections.
Class C (s : Type) := {}.
Fail Instance SC (s : S) : C s := Build_C s.
The text was updated successfully, but these errors were encountered:
The instance compiler does not like primitive projections:
The text was updated successfully, but these errors were encountered: