GitHub.Types.Base.IssueComment
data IssueComment Source #
Constructors
Fields
Defined in GitHub.Types.Base.IssueComment
Methods
(==) :: IssueComment -> IssueComment -> Bool #
(/=) :: IssueComment -> IssueComment -> Bool #
readsPrec :: Int -> ReadS IssueComment #
readList :: ReadS [IssueComment] #
readPrec :: ReadPrec IssueComment #
readListPrec :: ReadPrec [IssueComment] #
showsPrec :: Int -> IssueComment -> ShowS #
show :: IssueComment -> String #
showList :: [IssueComment] -> ShowS #
arbitrary :: Gen IssueComment #
shrink :: IssueComment -> [IssueComment] #
toJSON :: IssueComment -> Value #
toEncoding :: IssueComment -> Encoding #
toJSONList :: [IssueComment] -> Value #
toEncodingList :: [IssueComment] -> Encoding #
parseJSON :: Value -> Parser IssueComment #
parseJSONList :: Value -> Parser [IssueComment] #