lambdabot-4.3: Lambdabot is a development tool and advanced IRC bot

Safe HaskellNone

Lambdabot.Plugin.Numberwang

Documentation

data NumberwangState Source

Constructors

State 

Fields

nextCmd :: !Int
 
nextCon :: !Int
 

withState :: (MonadLBState m, LBState m ~ NumberwangState) => Bool -> (Int -> (Int -> m ()) -> RVar Int -> m a) -> m aSource