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