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