summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/where04.out
blob: 41b46fda8baa660aa8fa0544776604f41b1dcbc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
main is not found
------------ desugared source code
value1 = _lhs value1 (_rhs let a = let b = () in b in a)

value2 = _lhs value2 (_rhs let a = let b = () in b in a)

value3 = _lhs value3 (_rhs let a = let b = () in b in a)
------------ core code
value1 :: ()
value1 = _rhs ()

value2 :: ()
value2 = _rhs ()

value3 :: ()
value3 = _rhs ()
------------ tooltips
1:1-1:7
    ()
1:18-1:19
    ()
1:30-1:32
    ()
1:36-1:37
    ()
3:1-3:7
    ()
3:18-3:19
    ()
4:25-4:27
    ()
5:13-5:14
    ()
7:1-7:7
    ()
7:18-7:19
    ()
9:19-9:21
    ()
10:13-10:14
    ()