Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data StarAmount Source #
StarAmount | Describes a possibly non-integer amount of Telegram Stars |
|
Instances
FromJSON StarAmount Source # | |
Defined in TD.Data.StarAmount parseJSON :: Value -> Parser StarAmount # parseJSONList :: Value -> Parser [StarAmount] # | |
Show StarAmount Source # | |
Defined in TD.Data.StarAmount showsPrec :: Int -> StarAmount -> ShowS # show :: StarAmount -> String # showList :: [StarAmount] -> ShowS # | |
Eq StarAmount Source # | |
Defined in TD.Data.StarAmount (==) :: StarAmount -> StarAmount -> Bool # (/=) :: StarAmount -> StarAmount -> Bool # | |
ShortShow StarAmount Source # | |
Defined in TD.Data.StarAmount shortShow :: StarAmount -> String Source # |