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

value2 = _lhs value2 (_rhs ('a' :: Char))
------------ core code
value1 :: Char
value1 = _rhs 'a'

value2 :: Char
value2 = _rhs 'a'
------------ tooltips
1:1-1:7
    Char
1:10-1:13
    Char
1:17-1:21
    Type
3:1-3:7
    Char
3:8-3:11
    Char
3:13-3:17
    Type