(F)SLIT -> (f)sLit in Type
authorIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 12:25:24 +0000 (12:25 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 12:25:24 +0000 (12:25 +0000)
compiler/types/Type.lhs

index db23582..4be386c 100644 (file)
@@ -1323,9 +1323,9 @@ zip_ty_env tvs      tys      env   = pprTrace "Var/Type length mismatch: " (ppr
 
 instance Outputable TvSubst where
   ppr (TvSubst ins env) 
-    = brackets $ sep[ ptext SLIT("TvSubst"),
-                     nest 2 (ptext SLIT("In scope:") <+> ppr ins), 
-                     nest 2 (ptext SLIT("Env:") <+> ppr env) ]
+    = brackets $ sep[ ptext (sLit "TvSubst"),
+                     nest 2 (ptext (sLit "In scope:") <+> ppr ins), 
+                     nest 2 (ptext (sLit "Env:") <+> ppr env) ]
 \end{code}
 
 %************************************************************************