summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-list/list02.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/basic-list/list02.out
parent8ac42fa1bccb554de833ea7d8070cb5112e01aee (diff)
refactoring & fix build
Diffstat (limited to 'testdata/language-features/basic-list/list02.out')
-rw-r--r--testdata/language-features/basic-list/list02.out40
1 files changed, 20 insertions, 20 deletions
diff --git a/testdata/language-features/basic-list/list02.out b/testdata/language-features/basic-list/list02.out
index cbec659d..9d0681f2 100644
--- a/testdata/language-features/basic-list/list02.out
+++ b/testdata/language-features/basic-list/list02.out
@@ -16,43 +16,43 @@ value2
16value3 :: [Char] 16value3 :: [Char]
17value3 = _rhs ['h', 'e', 'l', 'l', 'o'] 17value3 = _rhs ['h', 'e', 'l', 'l', 'o']
18------------ tooltips 18------------ tooltips
19list02.lc 1:1-1:7 191:1-1:7
20 forall a . [a] 20 forall a . [a]
21list02.lc 1:10-2:4 211:10-2:4
22 forall a . [a] 22 forall a . [a]
23list02.lc 4:1-4:7 234:1-4:7
24 forall a . Num a => [a] 24 forall a . Num a => [a]
25list02.lc 4:10-5:7 254:10-5:7
26 [_c] 26 [_c]
27list02.lc 4:11-4:12 274:11-4:12
28 _b 28 _b
29list02.lc 4:13-4:14 294:13-4:14
30 _b 30 _b
31list02.lc 4:13-5:6 314:13-5:6
32 [_d] 32 [_d]
33list02.lc 5:3-5:4 335:3-5:4
34 _b 34 _b
35list02.lc 5:3-5:6 355:3-5:6
36 [_e] 36 [_e]
37list02.lc 5:5-5:6 375:5-5:6
38 _b | [_e] 38 _b | [_e]
39list02.lc 7:1-7:7 397:1-7:7
40 [Char] 40 [Char]
41list02.lc 8:3-13:4 418:3-13:4
42 [Char] 42 [Char]
43list02.lc 8:5-8:8 438:5-8:8
44 Char 44 Char
45list02.lc 9:5-9:8 459:5-9:8
46 Char 46 Char
47list02.lc 9:5-12:8 479:5-12:8
48 [Char] 48 [Char]
49list02.lc 10:5-10:8 4910:5-10:8
50 Char 50 Char
51list02.lc 10:5-12:8 5110:5-12:8
52 [Char] 52 [Char]
53list02.lc 11:5-11:8 5311:5-11:8
54 Char 54 Char
55list02.lc 11:5-12:8 5511:5-12:8
56 [Char] 56 [Char]
57list02.lc 12:5-12:8 5712:5-12:8
58 Char | [Char] \ No newline at end of file 58 Char | [Char] \ No newline at end of file