X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FOccName.lhs;h=f17156c09b5aceab6015168a6537ccf8652d9c2f;hb=9039da35d72a9551be7a54b4c432f43218bee61c;hp=4a0901f703b2e6877a3a54372adcf16707bdbfd7;hpb=df1348e9cb1cb5faef4c4c0bfdbc2c03ee7fe5e2;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/OccName.lhs b/ghc/compiler/basicTypes/OccName.lhs index 4a0901f..f17156c 100644 --- a/ghc/compiler/basicTypes/OccName.lhs +++ b/ghc/compiler/basicTypes/OccName.lhs @@ -581,7 +581,7 @@ encode_ch '#' = "Zh" encode_ch '<' = "Zl" encode_ch '-' = "Zm" encode_ch '!' = "Zn" -encode_ch '.' = "Zd" +encode_ch '.' = "Zs" encode_ch '\'' = "Zq" encode_ch '*' = "Zt" encode_ch '+' = "Zp"