summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/Moduledef09.out
blob: fdd77dba954cdae8136741a225d4cf0def7ac258 (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
5:1-5:6
    String
5:9-5:16
    String
6:1-6:6
    String
6:9-6:16
    String