(F)SLIT -> (f)sLit in CorePrep
[ghc-hetmet.git] / compiler / coreSyn / CorePrep.lhs
index 68fd530..e90a12a 100644 (file)
@@ -846,5 +846,5 @@ newVar :: Type -> UniqSM Id
 newVar ty
  = seqType ty `seq` do
      uniq <- getUniqueM
-     return (mkSysLocal FSLIT("sat") uniq ty)
+     return (mkSysLocal (fsLit "sat") uniq ty)
 \end{code}