summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-list/list11.out
blob: 912daca2d51e0d568df82b7731239507ff64ed51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
main is not found
------------ desugared source code
value = _lhs value (_rhs [fromInt 1])
------------ core code
value :: forall a . Num a => [a]
value = \a b -> _rhs [fromInt a b 1]
------------ tooltips
list11.lc 1:1-1:6
    forall a . Num a => [a]
list11.lc 1:9-1:10
    _b
list11.lc 1:9-1:11
    [_b] -> [_b]
list11.lc 1:9-1:13
    [_b]
list11.lc 1:10-1:11
    forall a . a -> [a] -> [a]
list11.lc 1:11-1:13
    forall a . [a]