summaryrefslogtreecommitdiff
path: root/testdata/typeclass0.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/typeclass0.out
parent67304cc71d2f0efa76b2b2a46575230a5102c6a0 (diff)
don't show module path
Diffstat (limited to 'testdata/typeclass0.out')
-rw-r--r--testdata/typeclass0.out10
1 files changed, 5 insertions, 5 deletions
diff --git a/testdata/typeclass0.out b/testdata/typeclass0.out
index bd1ec8c4..9eff3af2 100644
--- a/testdata/typeclass0.out
+++ b/testdata/typeclass0.out
@@ -11,16 +11,16 @@ main
11main :: Bool 11main :: Bool
12main = _rhs True 12main = _rhs True
13------------ tooltips 13------------ tooltips
14testdata/typeclass0.lc 2:1-2:5 14typeclass0.lc 2:1-2:5
15 Bool 15 Bool
16testdata/typeclass0.lc 2:8-3:16 16typeclass0.lc 2:8-3:16
17 Bool 17 Bool
18testdata/typeclass0.lc 2:13-2:14 18typeclass0.lc 2:13-2:14
19 _b 19 _b
20testdata/typeclass0.lc 3:12-3:16 20typeclass0.lc 3:12-3:16
21 Bool 21 Bool
22------------ warnings 22------------ warnings
23Uncovered pattern(s) at testdata/typeclass0.lc:2:13: 23Uncovered pattern(s) at typeclass0.lc:2:13:
24main = case 1 of 24main = case 1 of
25 ^ 25 ^
26Missing case(s): 26Missing case(s):