http-monad-0.1.1.2: Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation
Network.Monad.Body
Description
class Monoid body => C body where Source #
Minimal complete definition
fromString, toString, isLineTerm, isEmpty
Methods
fromString :: String -> body Source #
toString :: body -> String Source #
isLineTerm :: body -> Bool Source #
isEmpty :: body -> Bool Source #
Instances
fromString :: String -> ByteString Source #
toString :: ByteString -> String Source #
isLineTerm :: ByteString -> Bool Source #
isEmpty :: ByteString -> Bool Source #
fromString :: String -> [char] Source #
toString :: [char] -> String Source #
isLineTerm :: [char] -> Bool Source #
isEmpty :: [char] -> Bool Source #
class CharType char where Source #
fromChar, toChar
fromChar :: Char -> char Source #
toChar :: char -> Char Source #
fromChar :: Char -> Char Source #
toChar :: Char -> Char Source #