http-monad-0.1.1.3: Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation

Copyright(c) Henning Thielemann 2009
LicenseBSD
Maintainerhttp@henning-thielemann.de
Stabilityexperimental
Portabilitynon-portable (not tested)
Safe HaskellSafe
LanguageHaskell98

Network.Monad.Transfer

Description

With this monad we abstract from the IO monad, which also allows us to process data lazily or offline.

Documentation

data T m body Source #

Constructors

Cons 

Fields