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 | Safe-Inferred |
Language | Haskell2010 |
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] Source
unpackAppendCString# :: Addr# -> [Char] -> [Char] Source
unpackFoldrCString# :: Addr# -> (Char -> a -> a) -> a -> a Source
unpackCStringUtf8# :: Addr# -> [Char] Source
unpackNBytes# :: Addr# -> Int# -> [Char] Source