[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc040.hi
1 interface ShouldSucceed where {
2 import PreludeCore(Eq)
3 f  ::  Eq a => a -> [a]
4 }