summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesig02.out
blob: cfd8e29d82ddf742321d07f1ed0136b4b5938659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
------------ desugared source code
value1 = _rhs ('a' :: Char)
value2 = _rhs ('a' :: Char)
main is not found
------------ trace
value1 :: Char
value2 :: Char
------------ tooltips
testdata/language-features/basic-values/typesig02.lc 1:1-1:7
    Char
testdata/language-features/basic-values/typesig02.lc 1:10-1:13
    Char
testdata/language-features/basic-values/typesig02.lc 1:17-1:21
    Type
testdata/language-features/basic-values/typesig02.lc 3:1-3:7
    Char
testdata/language-features/basic-values/typesig02.lc 3:8-3:11
    Char
testdata/language-features/basic-values/typesig02.lc 3:13-3:17
    Type