comment typo
This commit is contained in:
parent
a4a18a67a5
commit
1a1e2e8049
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ mangleCode = flip_colon
|
||||||
- foo = do { let x = foo;
|
- foo = do { let x = foo;
|
||||||
- use 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
|
let_do = parsecAndReplace $ do
|
||||||
void $ string "= do { let "
|
void $ string "= do { let "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue