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
classEqawhereeq::a->a->BooleanclassEqa<=Ordawherecompare::a->a->IntinstanceEqIntwhere
eq _ _ = trueinstanceOrdIntwhere
compare _ _ = 42testEqViaOrd::foralla. Orda=>a->a->Boolean
testEqViaOrd a b = eq a b
Expected behavior
It compiles
Additional context
tests: An internal error occurred during compilation: Error while desugaring record accessor. No type provided for expression:
$dictOrd6."Eq0"
Description
The following snippet should compile
To Reproduce
Expected behavior
It compiles
Additional context
Purus version
c8fac0a
The text was updated successfully, but these errors were encountered: