summaryrefslogtreecommitdiff
path: root/testdata/dotdot02.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/dotdot02.out
parent67304cc71d2f0efa76b2b2a46575230a5102c6a0 (diff)
don't show module path
Diffstat (limited to 'testdata/dotdot02.out')
-rw-r--r--testdata/dotdot02.out16
1 files changed, 8 insertions, 8 deletions
diff --git a/testdata/dotdot02.out b/testdata/dotdot02.out
index 74a7d6cc..9f0522f0 100644
--- a/testdata/dotdot02.out
+++ b/testdata/dotdot02.out
@@ -16,22 +16,22 @@ main
16main :: Bool 16main :: Bool
17main = _rhs True 17main = _rhs True
18------------ tooltips 18------------ tooltips
19testdata/dotdot02.lc 1:9-1:13 19dotdot02.lc 1:9-1:13
20 Type 20 Type
21testdata/dotdot02.lc 2:1-2:5 21dotdot02.lc 2:1-2:5
22 Bool 22 Bool
23testdata/dotdot02.lc 2:8-3:20 23dotdot02.lc 2:8-3:20
24 Bool 24 Bool
25testdata/dotdot02.lc 2:13-2:23 25dotdot02.lc 2:13-2:23
26 [Float] 26 [Float]
27testdata/dotdot02.lc 2:14-2:17 27dotdot02.lc 2:14-2:17
28 Float 28 Float
29testdata/dotdot02.lc 2:19-2:22 29dotdot02.lc 2:19-2:22
30 Float 30 Float
31testdata/dotdot02.lc 3:16-3:20 31dotdot02.lc 3:16-3:20
32 Bool 32 Bool
33------------ warnings 33------------ warnings
34Uncovered pattern(s) at testdata/dotdot02.lc:2:13: 34Uncovered pattern(s) at dotdot02.lc:2:13:
35main = case [3.0..1.0] of 35main = case [3.0..1.0] of
36 ^^^^^^^^^^ 36 ^^^^^^^^^^
37Missing case(s): 37Missing case(s):