summaryrefslogtreecommitdiff
path: root/testdata/id.lc
blob: 485b6cd699f6b1df4035f1a71d206a23c4f56f6d (plain)
1
2
3
4
main' = 
    let
      id' = \x -> x
    in (id' 4.0, id' True)