summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/indentation01.out
blob: d6efa98a25c74c7a397924f3e2825fe1aa4a3b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
    ()