need to mangle another symbol
This commit is contained in:
parent
c1b682cb8f
commit
ce11c339e6
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ mangleCode = declaration_parens
|
|||
token = many1 $ satisfy isAlphaNum <|> oneOf "-.'"
|
||||
|
||||
mangleSymbol "GHC.Types." = ""
|
||||
mangleSymbol "GHC.Tuple.()" = "()"
|
||||
mangleSymbol s = s
|
||||
|
||||
main :: IO ()
|
||||
|
|
Loading…
Reference in a new issue