summaryrefslogtreecommitdiff
path: root/testdata/ifThenElse01.lc
blob: a27fb6a85e85f317153eb922c6975422a9f615a7 (plain)
1
2
main :: Bool
main = (\a -> if a then a else a) True