X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FdeSugar%2FCheck.lhs;h=75186feecbd736ee724111ebfb355a8b9780424a;hb=0b957f9b7d093b563172d95dbf0b56878caeefd5;hp=9961603a5801d315a56c4d60b08c9b6c235d425b;hpb=92204c069515e5ea0c5db55686f894a99c18bab9;p=ghc-hetmet.git diff --git a/compiler/deSugar/Check.lhs b/compiler/deSugar/Check.lhs index 9961603..75186fe 100644 --- a/compiler/deSugar/Check.lhs +++ b/compiler/deSugar/Check.lhs @@ -389,7 +389,7 @@ make_row_vars used_lits (_, EqnInfo { eqn_pats = pats}) hash_x :: Name hash_x = mkInternalName unboundKey {- doesn't matter much -} - (mkVarOccFS FSLIT("#x")) + (mkVarOccFS (fsLit "#x")) noSrcSpan make_row_vars_for_constructor :: (EqnNo, EquationInfo) -> [WarningPat]