[project @ 2001-08-22 11:45:06 by sewardj]
[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