nntp-0.0.4: Library to connect to an NNTP Server

Portabilityportable
Stabilitynone
Maintaineruzytkownik2@gmail.com

Network.NNTP.Internal.Group

Description

This module contains definition of Group

Synopsis

Documentation

data Group Source

Represents a single group.

Constructors

Group 

Fields

groupName :: String

Returns the group name.

groupArticleFirst :: Integer

Returns the number of first article avaible.

groupArticleLast :: Integer

Returns the number of last article avaible.

Instances