summaryrefslogtreecommitdiff
path: root/testdata/language-features/guard/guard12.reject.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/guard/guard12.reject.out')
-rw-r--r--testdata/language-features/guard/guard12.reject.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/language-features/guard/guard12.reject.out b/testdata/language-features/guard/guard12.reject.out
index c6c21a4f..c34c0658 100644
--- a/testdata/language-features/guard/guard12.reject.out
+++ b/testdata/language-features/guard/guard12.reject.out
@@ -2,7 +2,7 @@ type error: can not unify
2 Char 2 Char
3with 3with
4 () 4 ()
5in ./testdata/language-features/guard/guard12.reject.lc:1:13: 5in testdata/language-features/guard/guard12.reject.lc:1:13:
6fun x | x = () | otherwise = 'a' 6fun x | x = () | otherwise = 'a'
7 ^^ 7 ^^
8------------ trace 8------------ trace
@@ -10,7 +10,7 @@ fun x | x = () | otherwise = 'a'
10 Char 10 Char
11with 11with
12 () 12 ()
13in ./testdata/language-features/guard/guard12.reject.lc:1:13: 13in testdata/language-features/guard/guard12.reject.lc:1:13:
14fun x | x = () | otherwise = 'a' 14fun x | x = () | otherwise = 'a'
15 ^^ 15 ^^
16------------ tooltips 16------------ tooltips