| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.EmojiKeywords
Documentation
data EmojiKeywords Source #
Constructors
| EmojiKeywords | Represents a list of emojis with their keywords |
Fields
| |
Instances
| FromJSON EmojiKeywords Source # | |
Defined in TD.Data.EmojiKeywords Methods parseJSON :: Value -> Parser EmojiKeywords # parseJSONList :: Value -> Parser [EmojiKeywords] # | |
| Show EmojiKeywords Source # | |
Defined in TD.Data.EmojiKeywords Methods showsPrec :: Int -> EmojiKeywords -> ShowS # show :: EmojiKeywords -> String # showList :: [EmojiKeywords] -> ShowS # | |
| Eq EmojiKeywords Source # | |
Defined in TD.Data.EmojiKeywords Methods (==) :: EmojiKeywords -> EmojiKeywords -> Bool # (/=) :: EmojiKeywords -> EmojiKeywords -> Bool # | |
| ShortShow EmojiKeywords Source # | |
Defined in TD.Data.EmojiKeywords Methods shortShow :: EmojiKeywords -> String Source # | |