Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data InputSticker Source #
InputSticker | A sticker to be added to a sticker set |
|
Instances
FromJSON InputSticker Source # | |
Defined in TD.Data.InputSticker parseJSON :: Value -> Parser InputSticker # parseJSONList :: Value -> Parser [InputSticker] # | |
ToJSON InputSticker Source # | |
Defined in TD.Data.InputSticker toJSON :: InputSticker -> Value # toEncoding :: InputSticker -> Encoding # toJSONList :: [InputSticker] -> Value # toEncodingList :: [InputSticker] -> Encoding # | |
Show InputSticker Source # | |
Defined in TD.Data.InputSticker showsPrec :: Int -> InputSticker -> ShowS # show :: InputSticker -> String # showList :: [InputSticker] -> ShowS # | |
Eq InputSticker Source # | |
Defined in TD.Data.InputSticker (==) :: InputSticker -> InputSticker -> Bool # (/=) :: InputSticker -> InputSticker -> Bool # | |
ShortShow InputSticker Source # | |
Defined in TD.Data.InputSticker shortShow :: InputSticker -> String Source # |