From: Ian Lynagh Date: Sat, 12 Apr 2008 15:03:17 +0000 (+0000) Subject: (F)SLIT -> (f)sLit in DsUtils X-Git-Tag: 2008-05-28~265 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0b957f9b7d093b563172d95dbf0b56878caeefd5 (F)SLIT -> (f)sLit in DsUtils --- 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]