(F)SLIT -> (f)sLit in CoreSyn
authorIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 12:35:07 +0000 (12:35 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 12:35:07 +0000 (12:35 +0000)
compiler/coreSyn/CoreSyn.lhs

index 86a7e9d..f732a95 100644 (file)
@@ -388,7 +388,7 @@ neverUnfold _                                   = False
 instance Outputable AltCon where
   ppr (DataAlt dc) = ppr dc
   ppr (LitAlt lit) = ppr lit
-  ppr DEFAULT      = ptext SLIT("__DEFAULT")
+  ppr DEFAULT      = ptext (sLit "__DEFAULT")
 
 instance Show AltCon where
   showsPrec p con = showsPrecSDoc p (ppr con)