summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod63.hs
blob: 70da4c30c248f08f0bd6e8fe16b6dd41b0da3adf (plain)
1
2
3
4
-- !!! Bindings of different arities
module M where
f 0 = id
f x y = x+y