Safe Haskell | None |
---|---|
Language | Haskell98 |
LLVM.Internal.String
Contents
Documentation
newtype UTF8ByteString Source #
Constructors
UTF8ByteString | |
Fields |
Orphan instances
MonadIO d => DecodeM d String CString Source # | |
MonadAnyCont IO e => EncodeM e String CString Source # | |
MonadIO d => DecodeM d String (Ptr (OwnerTransfered CString)) Source # | |
MonadIO d => DecodeM d String (OwnerTransfered CString) Source # | |
(Integral i, Storable i, MonadIO d) => DecodeM d String (Ptr i -> IO (Ptr CChar)) Source # | |
(Integral i, MonadIO d) => DecodeM d ByteString (Ptr CChar, i) Source # | |
(Integral i, MonadIO d) => DecodeM d String (Ptr CChar, i) Source # | |
(Integral i, MonadAnyCont IO e) => EncodeM e String (Ptr CChar, i) Source # | |
(Monad e, EncodeM e String c) => EncodeM e (Maybe String) (NothingAsEmptyString c) Source # | |