188cae5d4ad958f9e7ff22da5288d40714a33ba7
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds003.stderr
1 ds003.hs:5: Pattern match(es) are overlapped in the definition of function `f':
2             f (x : (x1 : (x2 : x3))) ~(y, ys) z = ...
3             f x y True = ...
4
5