ghc-prim-0.3.0.0: GHC primitives

Portabilitynon-portable (GHC Extensions)
Stabilityinternal
Maintainercvs-ghc@haskell.org
Safe HaskellNone

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

unpackFoldrCString# :: Addr# -> (Char -> a -> a) -> a -> aSource