http-monad-0.0.1: Monad abstraction for HTTP communication allowing lazy transfer and non-I/O simulationSource codeContentsIndex
Network.Monad.Body
Portabilitynon-portable (not tested)
Stabilityexperimental
Description
Documentation
class Monoid body => C body whereSource
Methods
fromString :: String -> bodySource
toString :: body -> StringSource
isLineTerm :: body -> BoolSource
isEmpty :: body -> BoolSource
show/hide Instances
class CharType char whereSource
Methods
fromChar :: Char -> charSource
toChar :: char -> CharSource
show/hide Instances
Produced by Haddock version 2.6.0