summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/lambda01.lc
blob: 158143b383691d88d8cbeafa2ba591c529bb75ac (plain)
1
2
3
4
5
fun1 = \_ -> ()
fun2 = \ _ -> ()
fun3 = \ _->()
fun4 =
  \_ _ _ a _ abcd _ x _ -> ()