| Copyright | (c) The University of Glasgow 2011 | 
|---|---|
| License | see libraries/ghc-prim/LICENSE | 
| Maintainer | cvs-ghc@haskell.org | 
| Stability | internal | 
| Portability | non-portable (GHC Extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
GHC.CString
Description
GHC C strings definitions (previously in GHC.Base). Use GHC.Exts from the base package instead of importing this module directly.
Documentation
unpackCString# :: Addr# -> [Char] #
unpackAppendCString# :: Addr# -> [Char] -> [Char] #
unpackFoldrCString# :: Addr# -> (Char -> a -> a) -> a -> a #
unpackCStringUtf8# :: Addr# -> [Char] #
unpackNBytes# :: Addr# -> Int# -> [Char] #