summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/import13.out
blob: 8442401d86bd6ddb61f857b7de0ad9254501c1b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
main is not found
------------ desugared source code
fun = _lhs fun (_rhs hello)
------------ core code
fun :: String
fun = _rhs "hello"
------------ tooltips
4:1-4:4
    String
4:7-4:12
    String