summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/import05.out
blob: 451a8d2d439e3921024194991a32d0b94811cc73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
main is not found
------------ desugared source code
x :: String
x = _lhs x (_rhs hello)
------------ core code
x :: String
x = _rhs "hello"
------------ tooltips
3:6-3:12
    Type
4:1-4:2
    String
4:5-4:10
    String