summaryrefslogtreecommitdiff
path: root/testdata/language-features/adt/adt02.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-13 22:48:03 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-13 22:48:17 +0200
commit8f2e602cada9141b653802cf1084b9bdfd6e0d06 (patch)
treec1351e9fcb0341af482f8da4a8859e2046445188 /testdata/language-features/adt/adt02.reject.out
parent8ac42fa1bccb554de833ea7d8070cb5112e01aee (diff)
refactoring & fix build
Diffstat (limited to 'testdata/language-features/adt/adt02.reject.out')
-rw-r--r--testdata/language-features/adt/adt02.reject.out32
1 files changed, 16 insertions, 16 deletions
diff --git a/testdata/language-features/adt/adt02.reject.out b/testdata/language-features/adt/adt02.reject.out
index 4df48b2c..e07abac2 100644
--- a/testdata/language-features/adt/adt02.reject.out
+++ b/testdata/language-features/adt/adt02.reject.out
@@ -1,9 +1,9 @@
1type error: can not unify 1type error: can not unify
2 'Internals.lc:63:6: 2 <<installed-prelude-path>>/Internals.lc:63:6:
3 data Bool = False | True 3 data Bool = False | True
4 ^^^^ 4 ^^^^
5with 5with
6 'Internals.lc:58:6: 6 <<installed-prelude-path>>/Internals.lc:58:6:
7 data Int 7 data Int
8 ^^^ 8 ^^^
9in proj 9in proj
@@ -18,36 +18,36 @@ case'Data3
18 -> forall (h :: Data3) -> a h 18 -> forall (h :: Data3) -> a h
19match'Data3 :: forall (a :: Type -> Type) -> a Data3 -> forall b -> a b -> a b 19match'Data3 :: forall (a :: Type -> Type) -> a Data3 -> forall b -> a b -> a b
20!type error: can not unify 20!type error: can not unify
21 'Internals.lc:63:6: 21 <<installed-prelude-path>>/Internals.lc:63:6:
22 data Bool = False | True 22 data Bool = False | True
23 ^^^^ 23 ^^^^
24with 24with
25 'Internals.lc:58:6: 25 <<installed-prelude-path>>/Internals.lc:58:6:
26 data Int 26 data Int
27 ^^^ 27 ^^^
28in proj 28in proj
29------------ tooltips 29------------ tooltips
30adt02.reject.lc 2:6-2:11 302:6-2:11
31 Type | Type | Type | Type | Type | Type | Type | Type 31 Type | Type | Type | Type | Type | Type | Type | Type
32adt02.reject.lc 2:6-5:25 322:6-5:25
33 Type | Type 33 Type | Type
34adt02.reject.lc 2:6-7:11 342:6-7:11
35 Type | Type 35 Type | Type
36adt02.reject.lc 2:6-10:20 362:6-10:20
37 Type | Type 37 Type | Type
38adt02.reject.lc 3:5-3:10 383:5-3:10
39 Bool -> Char -> Bool -> Data3 | Data3 | Type | Type | Type | Type 39 Bool -> Char -> Bool -> Data3 | Data3 | Type | Type | Type | Type
40adt02.reject.lc 3:21-3:25 403:21-3:25
41 Type 41 Type
42adt02.reject.lc 4:21-4:25 424:21-4:25
43 Type 43 Type
44adt02.reject.lc 5:21-5:25 445:21-5:25
45 Type 45 Type
46adt02.reject.lc 7:5-7:11 467:5-7:11
47 Int -> String -> Int -> Data3 | Data3 | Type | Type | Type | Type 47 Int -> String -> Int -> Data3 | Data3 | Type | Type | Type | Type
48adt02.reject.lc 8:17-8:20 488:17-8:20
49 Type 49 Type
50adt02.reject.lc 9:17-9:23 509:17-9:23
51 Type 51 Type
52adt02.reject.lc 10:17-10:20 5210:17-10:20
53 Type \ No newline at end of file 53 Type \ No newline at end of file