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