X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FdeSugar%2FCheck.lhs;h=9f3bad0b0d92f44fd18410fe28e25f116e9f6079;hb=6ebfe518116d1c97a9d46013271f359decea2d15;hp=a81123ec41359622e3cdcc9d83da4dda8ef4b0fe;hpb=4ae1e17253f4417303e46d59f5a737cc1d7fd78e;p=ghc-hetmet.git diff --git a/compiler/deSugar/Check.lhs b/compiler/deSugar/Check.lhs index a81123e..9f3bad0 100644 --- a/compiler/deSugar/Check.lhs +++ b/compiler/deSugar/Check.lhs @@ -11,7 +11,6 @@ module Check ( check , ExhaustivePat ) where import HsSyn import TcHsSyn -import TcType import DsUtils import MatchLit import Id @@ -379,7 +378,7 @@ make_row_vars used_lits (_, EqnInfo { eqn_pats = pats}) hash_x = mkInternalName unboundKey {- doesn't matter much -} (mkVarOccFS FSLIT("#x")) - noSrcLoc + noSrcSpan make_row_vars_for_constructor :: (EqnNo, EquationInfo) -> [WarningPat] make_row_vars_for_constructor (_, EqnInfo { eqn_pats = pats})