summaryrefslogtreecommitdiff
path: root/testdata/it.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-12 23:55:35 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-12 23:55:35 +0200
commit7310e4916b8ee7d96db0e64e75ab98499a826674 (patch)
treefbcb77a6383a15598a924714abcf97c71b73e1ac /testdata/it.out
parent67304cc71d2f0efa76b2b2a46575230a5102c6a0 (diff)
don't show module path
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 d0ab8e96..e48723ee 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
43testdata/it.lc 4:1-4:5 43it.lc 4:1-4:5
44 Int -> [Int] 44 Int -> [Int]
45testdata/it.lc 4:14-4:15 45it.lc 4:14-4:15
46 _c 46 _c
47testdata/it.lc 4:14-4:16 47it.lc 4:14-4:16
48 [_b] -> [_b] 48 [_b] -> [_b]
49testdata/it.lc 4:14-4:38 49it.lc 4:14-4:38
50 [Int] 50 [Int]
51testdata/it.lc 4:15-4:16 51it.lc 4:15-4:16
52 forall a . a -> [a] -> [a] 52 forall a . a -> [a] -> [a]
53testdata/it.lc 4:17-4:21 53it.lc 4:17-4:21
54 _d 54 _d
55testdata/it.lc 4:23-4:33 55it.lc 4:23-4:33
56 Int -> Int -> Int 56 Int -> Int -> Int
57testdata/it.lc 4:23-4:35 57it.lc 4:23-4:35
58 Int -> Int 58 Int -> Int
59testdata/it.lc 4:23-4:37 59it.lc 4:23-4:37
60 Int 60 Int
61testdata/it.lc 4:34-4:35 61it.lc 4:34-4:35
62 _b 62 _b
63testdata/it.lc 4:36-4:37 63it.lc 4:36-4:37
64 _e 64 _e
65testdata/it.lc 6:1-6:5 65it.lc 6:1-6:5
66 Bool 66 Bool
67testdata/it.lc 6:8-7:57 67it.lc 6:8-7:57
68 Bool 68 Bool
69testdata/it.lc 6:13-6:17 69it.lc 6:13-6:17
70 Int -> [Int] 70 Int -> [Int]
71testdata/it.lc 6:13-6:19 71it.lc 6:13-6:19
72 [Int] 72 [Int]
73testdata/it.lc 6:18-6:19 73it.lc 6:18-6:19
74 _b 74 _b
75testdata/it.lc 7:20-7:57 75it.lc 7:20-7:57
76 Bool | Bool | Bool | Bool 76 Bool | Bool | Bool | Bool
77testdata/it.lc 7:25-7:39 77it.lc 7:25-7:39
78 Int -> Int -> Ordering 78 Int -> Int -> Ordering
79testdata/it.lc 7:25-7:41 79it.lc 7:25-7:41
80 Int -> Ordering 80 Int -> Ordering
81testdata/it.lc 7:25-7:43 81it.lc 7:25-7:43
82 Ordering 82 Ordering
83testdata/it.lc 7:40-7:41 83it.lc 7:40-7:41
84 _c 84 _c
85testdata/it.lc 7:42-7:43 85it.lc 7:42-7:43
86 _b 86 _b
87testdata/it.lc 7:53-7:57 87it.lc 7:53-7:57
88 Bool 88 Bool
89------------ warnings 89------------ warnings
90Uncovered pattern(s) at testdata/it.lc:7:25: 90Uncovered pattern(s) at 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 testdata/it.lc:6:13: 96Uncovered pattern(s) at it.lc:6:13:
97main = case from 0 of 97main = case from 0 of
98 ^^^^^^ 98 ^^^^^^
99Missing case(s): 99Missing case(s):