[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / 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