diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/EvilSplicer.hs | 2 |
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 " |