summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/import07.out
blob: d4246086add6b4ec099cbf95c9d1b73dafc75a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
------------ desugared source code
hello = _rhs HNil
x = _rhs world
main is not found
------------ trace
hello :: ()
x :: String
------------ tooltips
testdata/language-features/module/import07.lc 3:1-3:6  ()
testdata/language-features/module/import07.lc 3:9-3:11  ()
testdata/language-features/module/import07.lc 4:1-4:2  String
testdata/language-features/module/import07.lc 4:5-4:10  String