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
interface Commutative ty (s: Semigroup ty) where
commutative: (x, y : ty) -> x <+> y === y <+> x
CommutativeBoolAnywhere
commutative =?hole
Expected Behavior
Successful compilation
Observed Behavior
Error: While processing type of commutative. Can't find an implementation for Semigroup Bool.02:2:44--2:51 1 | interface Commutative ty (s : Semigroup ty) where 2 | commutative : (x, y : ty) -> x <+> y === y <+> x ^^^^^^^
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected Behavior
Successful compilation
Observed Behavior
The text was updated successfully, but these errors were encountered: