From ffdda437fd52d6e9cbb98b967a9fd3ffb75c85bc Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 13 Jan 2009 17:08:41 +0000 Subject: [PATCH] Follow error message change --- testsuite/tests/ghc-regress/gadt/lazypat.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/tests/ghc-regress/gadt/lazypat.stderr b/testsuite/tests/ghc-regress/gadt/lazypat.stderr index 59de2b2e15..105707f6c9 100644 --- a/testsuite/tests/ghc-regress/gadt/lazypat.stderr +++ b/testsuite/tests/ghc-regress/gadt/lazypat.stderr @@ -1,7 +1,7 @@ lazypat.hs:7:2: - A lazy (~) pattern cannot bind existential type variables + A lazy (~) pattern cannot match existential or GADT data constructors `a' is a rigid type variable bound by - the constructor `T' at lazypat.hs:7:4 + the constructor `T' at lazypat.hs:7:4 In the pattern: ~(T x f) In the definition of `f': f ~(T x f) = f x -- GitLab