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