anticiv-0.1.0.5: This is an IRC bot for Mafia and Resistance.

Safe HaskellNone
LanguageHaskell2010

Network.Anticiv.Convenience

Documentation

switchTo :: MonadBot m => String -> m a -> m a Source

type Speaker = forall r. PrintlType r => UserA -> String -> r Source

newtype PrintlArgW Source

Constructors

PrintlArgW 

class PrintlType t where Source

Instances

MonadAnticiv m => PrintlType (m ()) 
(PrintlArg a, PrintlType r) => PrintlType (a -> r)