summaryrefslogtreecommitdiff
path: root/Build/EvilSplicer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/EvilSplicer.hs')
-rw-r--r--Build/EvilSplicer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs
index cca984389..e917dcc7a 100644
--- a/Build/EvilSplicer.hs
+++ b/Build/EvilSplicer.hs
@@ -572,7 +572,7 @@ mangleCode = flip_colon
- foo = do { let x = foo;
- use foo }
-
- - Fix by converting the "let x" to :x <- return $"
+ - Fix by converting the "let x" to "x <- return $"
-}
let_do = parsecAndReplace $ do
void $ string "= do { let "