Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data NotificationSound Source #
NotificationSound | Describes a notification sound in MP3 format |
|
Instances
FromJSON NotificationSound Source # | |
Defined in TD.Data.NotificationSound parseJSON :: Value -> Parser NotificationSound # parseJSONList :: Value -> Parser [NotificationSound] # | |
Show NotificationSound Source # | |
Defined in TD.Data.NotificationSound showsPrec :: Int -> NotificationSound -> ShowS # show :: NotificationSound -> String # showList :: [NotificationSound] -> ShowS # | |
Eq NotificationSound Source # | |
Defined in TD.Data.NotificationSound (==) :: NotificationSound -> NotificationSound -> Bool # (/=) :: NotificationSound -> NotificationSound -> Bool # | |
ShortShow NotificationSound Source # | |
Defined in TD.Data.NotificationSound shortShow :: NotificationSound -> String Source # |