summaryrefslogtreecommitdiff
path: root/testdata/ifThenElse01.out
blob: c9190f84e1c53c457d360cfb1e9fd69fbbc4d510 (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
main :: Bool
main = True
------------ desugared source code
main :: Bool
main = _lhs main (_rhs ((\(a :: _) -> primIfThenElse a a a) True))
------------ core code
main :: Bool
main = _rhs True
------------ tooltips
testdata/ifThenElse01.lc 1:9-1:13
    Type
testdata/ifThenElse01.lc 2:1-2:5
    Bool
testdata/ifThenElse01.lc 2:8-2:39
    Bool
testdata/ifThenElse01.lc 2:15-2:33
    Bool
testdata/ifThenElse01.lc 2:18-2:19
    _c
testdata/ifThenElse01.lc 2:18-2:26
    Bool -> Bool
testdata/ifThenElse01.lc 2:25-2:26
    Bool
testdata/ifThenElse01.lc 2:32-2:33
    Bool
testdata/ifThenElse01.lc 2:35-2:39
    Bool