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 testdata/language-features/module/Moduledef09.lc 5:1-5:6 String testdata/language-features/module/Moduledef09.lc 5:9-5:16 String testdata/language-features/module/Moduledef09.lc 6:1-6:6 String testdata/language-features/module/Moduledef09.lc 6:9-6:16 String