[project @ 2001-01-17 15:11:04 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / test / static / s069.hs
1 --!!! Bindings of different arities
2 module M where
3 f 0 = id
4 f x y = x+y