Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Types.Base.PushCommit
Documentation
data PushCommit Source #
Constructors
PushCommit | |
Fields
|
Instances
Eq PushCommit Source # | |
Defined in GitHub.Types.Base.PushCommit | |
Read PushCommit Source # | |
Defined in GitHub.Types.Base.PushCommit Methods readsPrec :: Int -> ReadS PushCommit # readList :: ReadS [PushCommit] # readPrec :: ReadPrec PushCommit # readListPrec :: ReadPrec [PushCommit] # | |
Show PushCommit Source # | |
Defined in GitHub.Types.Base.PushCommit Methods showsPrec :: Int -> PushCommit -> ShowS # show :: PushCommit -> String # showList :: [PushCommit] -> ShowS # | |
Arbitrary PushCommit Source # | |
Defined in GitHub.Types.Base.PushCommit | |
ToJSON PushCommit Source # | |
Defined in GitHub.Types.Base.PushCommit Methods toJSON :: PushCommit -> Value # toEncoding :: PushCommit -> Encoding # toJSONList :: [PushCommit] -> Value # toEncodingList :: [PushCommit] -> Encoding # omitField :: PushCommit -> Bool # | |
FromJSON PushCommit Source # | |
Defined in GitHub.Types.Base.PushCommit |