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
|
11 | it = Refl
| ~~~~
When checking right hand side of it with expected type
divTest <$> [((-13), 4), ((-13), (-4))] = [((-13), 4), ((-13), (-4))]
Type mismatch between
x = x (Type of Refl)
and
[(-11, 4), (-11, -4)] = [(-13, 4), (-13, -4)] (Expected type)
Specifically:
Type mismatch between
-11
and
-13
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected Behavior
type check passes
Observed Behavior
The text was updated successfully, but these errors were encountered: