main is not found ------------ desugared source code tuple1 = _lhs tuple1 (_rhs ()) tuple2 = _lhs tuple2 (_rhs ()) ------------ core code tuple1 :: () tuple1 = _rhs () tuple2 :: () tuple2 = _rhs () ------------ tooltips indentation01.lc 1:1-1:7 () indentation01.lc 1:10-1:12 () indentation01.lc 2:1-2:7 () indentation01.lc 2:10-2:12 ()