[project @ 1997-09-03 23:31:30 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail063.hs
1 --!!! no type variable on a context
2 --!!! reported by Sigbjorn Finne
3
4 moby :: Num => Int -> a -> Int
5 moby x y = x+y