c05c85972f9671d6820a652ece52a62dadb84675
[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