hask-irc-core-0.1.0: A simple extensible IRC bot

Safe HaskellTrustworthy
LanguageHaskell2010

Network.IRC.Configuration

Documentation

type Name = Text Source

data Value Source

Constructors

String Text 
Number Integer 
Boolean Bool 
List [Value] 

Instances