[project @ 2001-03-29 14:09:14 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail020.stderr
1
2 rnfail020.hs:12:
3     The constraint `Eq a' does not mention any of the universally quantified type variables
4         in the type `(Eq a) => Set a -> Set a -> Set a'
5     In a type signature for `unionSets'
6     In an equation for function `unionSetB':
7         unionSetB (s1 :: Set a) s2
8                     = unionSets s1 s2
9                     where
10                         unionSets :: forall. (Eq a) => Set a -> Set a -> Set a
11                         unionSets a b = a