summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/ModulePackage/SubModule01.out
blob: 07cd075047e910533899288b6a99c83ee26f2702 (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