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