Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data InputHistory Source #
Instances
Show InputHistory Source # | |
Defined in Matterhorn.InputHistory showsPrec :: Int -> InputHistory -> ShowS # show :: InputHistory -> String # showList :: [InputHistory] -> ShowS # |
readHistory :: IO (Either String InputHistory) Source #
writeHistory :: InputHistory -> IO () Source #
addHistoryEntry :: Text -> ChannelId -> InputHistory -> InputHistory Source #
getHistoryEntry :: ChannelId -> Int -> InputHistory -> Maybe Text Source #