summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/def07.reject.lc
blob: 775fdd1dff68d8f0c916ad77cdfe5f5dadc7fb84 (plain)
1
2
3
4
5
6
7
fun 1 = '1'
fun 2 = '2'
fun2 1 _ = '1'
fun _ = '_'
fun2 2 _ = '2'
fun2 _ _ = '_'