summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/if04.reject.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-values/if04.reject.out')
-rw-r--r--testdata/language-features/basic-values/if04.reject.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/language-features/basic-values/if04.reject.out b/testdata/language-features/basic-values/if04.reject.out
index 29189955..6312d85b 100644
--- a/testdata/language-features/basic-values/if04.reject.out
+++ b/testdata/language-features/basic-values/if04.reject.out
@@ -2,7 +2,7 @@ type error: can not unify
2 () 2 ()
3with 3with
4 Char 4 Char
5in ./testdata/language-features/basic-values/if04.reject.lc:1:31: 5in testdata/language-features/basic-values/if04.reject.lc:1:31:
6value1 = if True then () else '_' 6value1 = if True then () else '_'
7 ^^^ 7 ^^^
8------------ trace 8------------ trace
@@ -10,7 +10,7 @@ value1 = if True then () else '_'
10 () 10 ()
11with 11with
12 Char 12 Char
13in ./testdata/language-features/basic-values/if04.reject.lc:1:31: 13in testdata/language-features/basic-values/if04.reject.lc:1:31:
14value1 = if True then () else '_' 14value1 = if True then () else '_'
15 ^^^ 15 ^^^
16------------ tooltips 16------------ tooltips