Replaced # with $
This commit is contained in:
parent
9c699ecb63
commit
21b1ba7b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ newName name = do
|
|||
}
|
||||
pure name'
|
||||
where
|
||||
mk (LIdent name) i = LIdent ("#" ++ show i ++ name)
|
||||
mk (LIdent name) i = LIdent ("$" ++ show i ++ name)
|
||||
|
||||
localNames :: MonadState Cxt m => m b -> m b
|
||||
localNames m = do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue