[project @ 1996-07-26 20:58:52 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail058.hs
1 module ShouldFail where
2 import Array
3
4 --!!! inadvertently using => instead of ->
5
6 f :: (Array a) => a -> b
7 f x = x