Portability | non-portable (not tested) |
---|---|
Stability | experimental |
Network.Monad.Body
Description
Documentation
class Monoid body => C body whereSource
Methods
fromString :: String -> bodySource
toString :: body -> StringSource
isLineTerm :: body -> BoolSource
Instances
C ByteString | |
C ByteString | |
CharType char => C [char] |