summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/Moduledef06.out
blob: fbbd66bd4a8c622baa6645794736c53f29c61302 (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
Moduledef06.lc 3:1-3:6
    String
Moduledef06.lc 3:9-3:16
    String