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