summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-04 11:01:16 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-04 11:01:16 +0200
commit51b37f58afba2c9aaf80bb49267aa7b74f757d52 (patch)
treef6f3cf5c3f079dc8559fefd470effba7b3e0933a /testdata/language-features/basic-values
parent4fd500adc5a8eee72caca044bac5fd11ef10c6b5 (diff)
improve pretty print
Diffstat (limited to 'testdata/language-features/basic-values')
-rw-r--r--testdata/language-features/basic-values/case04.reject.out8
-rw-r--r--testdata/language-features/basic-values/if03.reject.out8
-rw-r--r--testdata/language-features/basic-values/if04.reject.out8
3 files changed, 12 insertions, 12 deletions
diff --git a/testdata/language-features/basic-values/case04.reject.out b/testdata/language-features/basic-values/case04.reject.out
index 00cb4f39..55011f4d 100644
--- a/testdata/language-features/basic-values/case04.reject.out
+++ b/testdata/language-features/basic-values/case04.reject.out
@@ -1,16 +1,16 @@
1type error: can not unify 1type error: can not unify
2() 2()
3with 3with
4'Char 4'Char
5 5
6in testdata/language-features/basic-values/case04.reject.lc:2:8: 6in testdata/language-features/basic-values/case04.reject.lc:2:8:
7 1 -> '1' 7 1 -> '1'
8 ^^^ 8 ^^^
9------------ trace 9------------ trace
10!type error: can not unify 10!type error: can not unify
11() 11()
12with 12with
13'Char 13'Char
14 14
15in testdata/language-features/basic-values/case04.reject.lc:2:8: 15in testdata/language-features/basic-values/case04.reject.lc:2:8:
16 1 -> '1' 16 1 -> '1'
diff --git a/testdata/language-features/basic-values/if03.reject.out b/testdata/language-features/basic-values/if03.reject.out
index 9ba86d9c..d72492c4 100644
--- a/testdata/language-features/basic-values/if03.reject.out
+++ b/testdata/language-features/basic-values/if03.reject.out
@@ -1,16 +1,16 @@
1type error: can not unify 1type error: can not unify
2'Bool 2'Bool
3with 3with
4() 4()
5 5
6in testdata/language-features/basic-values/if03.reject.lc:1:13: 6in testdata/language-features/basic-values/if03.reject.lc:1:13:
7value1 = if () then () else () 7value1 = if () then () else ()
8 ^^ 8 ^^
9------------ trace 9------------ trace
10!type error: can not unify 10!type error: can not unify
11'Bool 11'Bool
12with 12with
13() 13()
14 14
15in testdata/language-features/basic-values/if03.reject.lc:1:13: 15in testdata/language-features/basic-values/if03.reject.lc:1:13:
16value1 = if () then () else () 16value1 = if () then () else ()
diff --git a/testdata/language-features/basic-values/if04.reject.out b/testdata/language-features/basic-values/if04.reject.out
index c0df8c35..795be098 100644
--- a/testdata/language-features/basic-values/if04.reject.out
+++ b/testdata/language-features/basic-values/if04.reject.out
@@ -1,16 +1,16 @@
1type error: can not unify 1type error: can not unify
2() 2()
3with 3with
4'Char 4'Char
5 5
6in testdata/language-features/basic-values/if04.reject.lc:1:31: 6in testdata/language-features/basic-values/if04.reject.lc:1:31:
7value1 = if True then () else '_' 7value1 = if True then () else '_'
8 ^^^ 8 ^^^
9------------ trace 9------------ trace
10!type error: can not unify 10!type error: can not unify
11() 11()
12with 12with
13'Char 13'Char
14 14
15in testdata/language-features/basic-values/if04.reject.lc:1:31: 15in testdata/language-features/basic-values/if04.reject.lc:1:31:
16value1 = if True then () else '_' 16value1 = if True then () else '_'