summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/Hello02.out
blob: 8fc92bd18eaf27b871fa8b74a6abb218be9cb11e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
main is not found
------------ desugared source code
hello = _lhs hello (_rhs "hello")

world = _lhs world (_rhs "world")
------------ core code
hello :: String
hello = _rhs "hello"
------------ tooltips
Hello02.lc 3:1-3:6
    String
Hello02.lc 3:9-3:16
    String
Hello02.lc 4:1-4:6
    String
Hello02.lc 4:9-4:16
    String