summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-list/list11.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/list11.out
parent8ac42fa1bccb554de833ea7d8070cb5112e01aee (diff)
refactoring & fix build
Diffstat (limited to 'testdata/language-features/basic-list/list11.out')
-rw-r--r--testdata/language-features/basic-list/list11.out12
1 files changed, 6 insertions, 6 deletions
diff --git a/testdata/language-features/basic-list/list11.out b/testdata/language-features/basic-list/list11.out
index 912daca2..c114b1b2 100644
--- a/testdata/language-features/basic-list/list11.out
+++ b/testdata/language-features/basic-list/list11.out
@@ -5,15 +5,15 @@ value = _lhs value (_rhs [fromInt 1])
5value :: forall a . Num a => [a] 5value :: forall a . Num a => [a]
6value = \a b -> _rhs [fromInt a b 1] 6value = \a b -> _rhs [fromInt a b 1]
7------------ tooltips 7------------ tooltips
8list11.lc 1:1-1:6 81:1-1:6
9 forall a . Num a => [a] 9 forall a . Num a => [a]
10list11.lc 1:9-1:10 101:9-1:10
11 _b 11 _b
12list11.lc 1:9-1:11 121:9-1:11
13 [_b] -> [_b] 13 [_b] -> [_b]
14list11.lc 1:9-1:13 141:9-1:13
15 [_b] 15 [_b]
16list11.lc 1:10-1:11 161:10-1:11
17 forall a . a -> [a] -> [a] 17 forall a . a -> [a] -> [a]
18list11.lc 1:11-1:13 181:11-1:13
19 forall a . [a] \ No newline at end of file 19 forall a . [a] \ No newline at end of file