main is not found ------------ desugared source code hello = _lhs hello (_rhs "hello") world = _lhs world (_rhs "world") ------------ core code hello :: String hello = _rhs "hello" world :: String world = _rhs "world" ------------ tooltips Hello01.lc 3:1-3:6 String Hello01.lc 3:9-3:16 String Hello01.lc 4:1-4:6 String Hello01.lc 4:9-4:16 String