summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/indentation02.out
blob: e90c05adbcaa2505d73ff2b4f3928e6c7c57e2e7 (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
indentation02.lc 1:3-1:9
    ()
indentation02.lc 1:12-1:14
    ()
indentation02.lc 2:3-2:9
    ()
indentation02.lc 2:12-2:14
    ()