TD.Data.PollVoter
data PollVoter Source #
Constructors
Represents a poll voter
Fields
The voter identifier
Point in time (Unix timestamp) when the vote was added
Defined in TD.Data.PollVoter
Methods
parseJSON :: Value -> Parser PollVoter #
parseJSONList :: Value -> Parser [PollVoter] #
showsPrec :: Int -> PollVoter -> ShowS #
show :: PollVoter -> String #
showList :: [PollVoter] -> ShowS #
(==) :: PollVoter -> PollVoter -> Bool #
(/=) :: PollVoter -> PollVoter -> Bool #
shortShow :: PollVoter -> String Source #