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