hMollom-0.2.2: Library to interact with the Mollom anti-spam serviceSource codeContentsIndex
Network.Mollom.MollomMonad
Description
Module that implements the Mollom monad stack We wrap the configuration and the serverlist in a Reader and a State, respectively
Documentation
type MollomMonad = ErrorT MollomError (StateT (Maybe SessionID) MollomState)Source
type MollomState = ReaderT MollomConfiguration (StateT MollomServerList IO)Source
Produced by Haddock version 2.7.2