562cdf4400cfe991d3318a889054f26bd38ef9dd
[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