ffeed-0.3.1: Haskell binding to the FriendFeed API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

FriendFeed.Monad

Description

Monadic layer for handling calls and processing of FriendFeed API interaction.

Documentation

newtype FFm a Source

Constructors

FFm (FFmEnv -> IO a) 

Instances

runFF :: String -> String -> FFm a -> IO aSource

withEnv :: (FFmEnv -> FFmEnv) -> FFm a -> FFm aSource

data AuthUser Source

Constructors

AuthUser 

liftIO :: IO a -> FFm aSource

handleFFeed :: (FFeedErr -> FFm a) -> FFm a -> FFm aSource

catchFFeed :: FFm a -> (FFeedErr -> FFm a) -> FFm aSource