diff options
author | Adam Sandberg Ericsson <adam@sandbergericsson.se> | 2022-04-26 18:44:59 +0100 |
---|---|---|
committer | Adam Sandberg Ericsson <adam@sandbergericsson.se> | 2022-04-26 18:54:48 +0100 |
commit | a6ddcf9b7e57bd96d81628879f18d4cffdde79c7 (patch) | |
tree | 3e9dba744f705a5105301176da43ccf943ddf942 | |
parent | f2c08124b30eb87482dc0ed1d7199aa58950e309 (diff) | |
download | haskell-wip/adamse/export-typesynonyms.tar.gz |
ghc-boot: export typesynonyms from GHC.Utils.Encodingwip/adamse/export-typesynonyms
This makes the Haddocks easier to understand.
-rw-r--r-- | libraries/ghc-boot/GHC/Utils/Encoding.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/ghc-boot/GHC/Utils/Encoding.hs b/libraries/ghc-boot/GHC/Utils/Encoding.hs index 5714bef418..16386c69ca 100644 --- a/libraries/ghc-boot/GHC/Utils/Encoding.hs +++ b/libraries/ghc-boot/GHC/Utils/Encoding.hs @@ -34,6 +34,8 @@ module GHC.Utils.Encoding ( countUTF8Chars, -- * Z-encoding + UserString, + EncodedString, zEncodeString, zDecodeString, |