[project @ 1998-08-09 21:09:58 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