| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.InputAnimation
Documentation
data InputAnimation Source #
Constructors
| InputAnimation | An animation to be sent |
Fields
| |
Instances
| FromJSON InputAnimation Source # | |
Defined in TD.Data.InputAnimation Methods parseJSON :: Value -> Parser InputAnimation # parseJSONList :: Value -> Parser [InputAnimation] # | |
| ToJSON InputAnimation Source # | |
Defined in TD.Data.InputAnimation Methods toJSON :: InputAnimation -> Value # toEncoding :: InputAnimation -> Encoding # toJSONList :: [InputAnimation] -> Value # toEncodingList :: [InputAnimation] -> Encoding # | |
| Show InputAnimation Source # | |
Defined in TD.Data.InputAnimation Methods showsPrec :: Int -> InputAnimation -> ShowS # show :: InputAnimation -> String # showList :: [InputAnimation] -> ShowS # | |
| Eq InputAnimation Source # | |
Defined in TD.Data.InputAnimation Methods (==) :: InputAnimation -> InputAnimation -> Bool # (/=) :: InputAnimation -> InputAnimation -> Bool # | |
| ShortShow InputAnimation Source # | |
Defined in TD.Data.InputAnimation Methods shortShow :: InputAnimation -> String Source # | |