summaryrefslogtreecommitdiff
path: root/testdata/language-features/guard/guard01.out
blob: 45729a6cfa69626de499af3555328ef91ae18fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
main is not found
------------ desugared source code
value = _lhs value (case'Bool (\(_ :: _) -> _) (_rhs undefined) (_rhs ()) True)
------------ core code
value :: ()
value = _rhs ()
------------ tooltips
guard01.lc 1:1-1:6
    ()
guard01.lc 1:9-1:13
    Bool
guard01.lc 1:9-1:18
    ()
guard01.lc 1:16-1:18
    ()