From 6b29d930b1a8b4fbb5925099e51ecc0a2483bf54 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 6 Jan 2005 09:39:42 +0000 Subject: [PATCH] [project @ 2005-01-06 09:39:42 by simonpj] Remove null where --- ghc/compiler/typecheck/TcMatches.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/typecheck/TcMatches.lhs b/ghc/compiler/typecheck/TcMatches.lhs index 2819211..8f4d38f 100644 --- a/ghc/compiler/typecheck/TcMatches.lhs +++ b/ghc/compiler/typecheck/TcMatches.lhs @@ -285,7 +285,6 @@ tcMatchPats pats tys body_ty thing_inside = do { (pats', ex_tvs, res) <- tcPats LamPat pats tys thing_inside ; tcCheckExistentialPat pats' ex_tvs tys body_ty ; returnM (pats', res) } - where tcCheckExistentialPat :: [LPat TcId] -- Patterns (just for error message) -> [TcTyVar] -- Existentially quantified tyvars bound by pattern -- 1.7.10.4