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