From cb579c2b44b9e7aa6fdbda2b70a1361035ff2ef5 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 10 Sep 2008 06:50:30 +0000 Subject: [PATCH] Comments only --- compiler/coreSyn/CoreSubst.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4