Safe Haskell | None |
---|---|
Language | Haskell2010 |
Simple wrapper on top of simpleBot
adding applicative parser
and runBotWithParts
shorthand.
runBotWithParts
allows passing
initialization function that inits
all bot parts and returns them as list.
Synopsis
- runBotWithParts :: IO [BotPartT IO ()] -> IO ()