imm-1.3.0.0: Execute arbitrary actions for each unread element of RSS/Atom feeds

Safe HaskellNone
LanguageHaskell98

Imm.Hooks

Contents

Description

Hooks module to define the main behavior of the program.

Synopsis

Types

class Monad m => MonadImm m where Source #

Monad capable of acting on specific events.

Minimal complete definition

processNewElement

Methods

processNewElement :: Feed -> FeedElement -> m () Source #

Action triggered for each unread feed element

Primitives