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