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