From: simonpj@microsoft.com Date: Wed, 10 Sep 2008 06:50:30 +0000 (+0000) Subject: Comments only X-Git-Tag: 2008-09-12~31 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=cb579c2b44b9e7aa6fdbda2b70a1361035ff2ef5 Comments only --- diff --git a/compiler/coreSyn/CoreSubst.lhs b/compiler/coreSyn/CoreSubst.lhs index 906d3f9..582ece2 100644 --- a/compiler/coreSyn/CoreSubst.lhs +++ b/compiler/coreSyn/CoreSubst.lhs @@ -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