nntp-0.0.2.1: Library to connect to an NNTP Server

Portabilityportable
Stabilitynone
Maintaineruzytkownik2@gmail.com

Network.NNTP.Core

Contents

Description

This module contains the common features and common interface.

Synopsis

Functions

list :: Monad m => (Group -> m a) -> NntpT m [a]Source

newgroups :: Monad m => UTCTime -> (Group -> m a) -> NntpT m [a]Source

newnews :: Monad m => UTCTime -> Group -> (Article -> m a) -> NntpT m [a]Source