main is not found ------------ desugared source code hello = _lhs hello (_rhs "hello") ------------ core code hello :: String hello = _rhs "hello" ------------ tooltips 5:1-5:6 String 5:9-5:16 String