[project @ 1997-07-30 23:52:45 by sof]
[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 }