(F)SLIT -> (f)sLit in DsUtils
authorIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 15:03:17 +0000 (15:03 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 15:03:17 +0000 (15:03 +0000)
compiler/deSugar/Check.lhs

index 9961603..75186fe 100644 (file)
@@ -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]