Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/tests/cases/negative/graded/polySemiring.gr.output
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type checking failed:
Type checking failed:
Counter example: frontend/tests/cases/negative/graded/polySemiring.gr:2:1:
When checking `foo`, (1 : s) + (1 : s) is not approximatable by r for type s

Counter-example:
r = 3 :: s
r = 3 :: s
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Counter example: frontend/tests/cases/negative/graded/semiringsDontHaveCommutati
When checking `poly`, c * ((1 : k) + (1 : k)) is not approximatable by (((1 : k)) + ((1 : k))) * c for type k

Counter-example:
c = 0 :: k
c = 3 :: k
Loading