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