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