summaryrefslogtreecommitdiff
path: root/testdata/it.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/it.out
parent8ac42fa1bccb554de833ea7d8070cb5112e01aee (diff)
refactoring & fix build
Diffstat (limited to 'testdata/it.out')
-rw-r--r--testdata/it.out50
1 files changed, 25 insertions, 25 deletions
diff --git a/testdata/it.out b/testdata/it.out
index e48723ee..cdcf0874 100644
--- a/testdata/it.out
+++ b/testdata/it.out
@@ -40,60 +40,60 @@ from = primFix _ \a -> _rhs \b -> b : a (primAddInt 1 b)
40main :: Bool 40main :: Bool
41main = _rhs True 41main = _rhs True
42------------ tooltips 42------------ tooltips
43it.lc 4:1-4:5 434:1-4:5
44 Int -> [Int] 44 Int -> [Int]
45it.lc 4:14-4:15 454:14-4:15
46 _c 46 _c
47it.lc 4:14-4:16 474:14-4:16
48 [_b] -> [_b] 48 [_b] -> [_b]
49it.lc 4:14-4:38 494:14-4:38
50 [Int] 50 [Int]
51it.lc 4:15-4:16 514:15-4:16
52 forall a . a -> [a] -> [a] 52 forall a . a -> [a] -> [a]
53it.lc 4:17-4:21 534:17-4:21
54 _d 54 _d
55it.lc 4:23-4:33 554:23-4:33
56 Int -> Int -> Int 56 Int -> Int -> Int
57it.lc 4:23-4:35 574:23-4:35
58 Int -> Int 58 Int -> Int
59it.lc 4:23-4:37 594:23-4:37
60 Int 60 Int
61it.lc 4:34-4:35 614:34-4:35
62 _b 62 _b
63it.lc 4:36-4:37 634:36-4:37
64 _e 64 _e
65it.lc 6:1-6:5 656:1-6:5
66 Bool 66 Bool
67it.lc 6:8-7:57 676:8-7:57
68 Bool 68 Bool
69it.lc 6:13-6:17 696:13-6:17
70 Int -> [Int] 70 Int -> [Int]
71it.lc 6:13-6:19 716:13-6:19
72 [Int] 72 [Int]
73it.lc 6:18-6:19 736:18-6:19
74 _b 74 _b
75it.lc 7:20-7:57 757:20-7:57
76 Bool | Bool | Bool | Bool 76 Bool | Bool | Bool | Bool
77it.lc 7:25-7:39 777:25-7:39
78 Int -> Int -> Ordering 78 Int -> Int -> Ordering
79it.lc 7:25-7:41 797:25-7:41
80 Int -> Ordering 80 Int -> Ordering
81it.lc 7:25-7:43 817:25-7:43
82 Ordering 82 Ordering
83it.lc 7:40-7:41 837:40-7:41
84 _c 84 _c
85it.lc 7:42-7:43 857:42-7:43
86 _b 86 _b
87it.lc 7:53-7:57 877:53-7:57
88 Bool 88 Bool
89------------ warnings 89------------ warnings
90Uncovered pattern(s) at it.lc:7:25: 90Uncovered pattern(s) at ./testdata/it.lc:7:25:
91 (_:_:_:i:_) -> case primCompareInt i 3 of EQ -> True 91 (_:_:_:i:_) -> case primCompareInt i 3 of EQ -> True
92 ^^^^^^^^^^^^^^^^^^ 92 ^^^^^^^^^^^^^^^^^^
93Missing case(s): 93Missing case(s):
94 LT 94 LT
95 GT 95 GT
96Uncovered pattern(s) at it.lc:6:13: 96Uncovered pattern(s) at ./testdata/it.lc:6:13:
97main = case from 0 of 97main = case from 0 of
98 ^^^^^^ 98 ^^^^^^
99Missing case(s): 99Missing case(s):