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