Skip to content

Commit 340c95d

Browse files
authored
fix expected output (#297)
1 parent b005a71 commit 340c95d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Type checking failed:
1+
Type checking failed:
22
Counter example: frontend/tests/cases/negative/graded/polySemiring.gr:2:1:
33
When checking `foo`, (1 : s) + (1 : s) is not approximatable by r for type s
44

55
Counter-example:
6-
r = 3 :: s
6+
r = 3 :: s

frontend/tests/cases/negative/graded/semiringsDontHaveCommutativeMult.gr.output

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Counter example: frontend/tests/cases/negative/graded/semiringsDontHaveCommutati
33
When checking `poly`, c * ((1 : k) + (1 : k)) is not approximatable by (((1 : k)) + ((1 : k))) * c for type k
44

55
Counter-example:
6-
c = 0 :: k
6+
c = 3 :: k

0 commit comments

Comments
 (0)