Comments only
authorsimonpj@microsoft.com <unknown>
Wed, 10 Sep 2008 06:50:30 +0000 (06:50 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 10 Sep 2008 06:50:30 +0000 (06:50 +0000)
compiler/coreSyn/CoreSubst.lhs

index 906d3f9..582ece2 100644 (file)
@@ -254,7 +254,8 @@ instance Outputable Subst where
 %************************************************************************
 
 \begin{code}
--- | Apply a substititon to an entire 'CoreExpr'. Rememeber, you may only apply the substitution /once/: see "CoreSubst#apply_once"
+-- | Apply a substititon to an entire 'CoreExpr'. Rememeber, you may only 
+-- apply the substitution /once/: see "CoreSubst#apply_once"
 substExpr :: Subst -> CoreExpr -> CoreExpr
 substExpr subst expr
   = go expr