comment typo

This commit is contained in:
Joey Hess 2015-02-22 17:38:52 -04:00
parent a4a18a67a5
commit 1a1e2e8049

View file

@ -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 "