acousticbrainz-client-0.1.0.0: AcousticBrainz API client
AcousticBrainz.LowLevel.Spectral
data Spectral Source #
Constructors
Fields
Defined in AcousticBrainz.LowLevel.Spectral
Methods
(==) :: Spectral -> Spectral -> Bool #
(/=) :: Spectral -> Spectral -> Bool #
compare :: Spectral -> Spectral -> Ordering #
(<) :: Spectral -> Spectral -> Bool #
(<=) :: Spectral -> Spectral -> Bool #
(>) :: Spectral -> Spectral -> Bool #
(>=) :: Spectral -> Spectral -> Bool #
max :: Spectral -> Spectral -> Spectral #
min :: Spectral -> Spectral -> Spectral #
readsPrec :: Int -> ReadS Spectral #
readList :: ReadS [Spectral] #
readPrec :: ReadPrec Spectral #
readListPrec :: ReadPrec [Spectral] #
showsPrec :: Int -> Spectral -> ShowS #
show :: Spectral -> String #
showList :: [Spectral] -> ShowS #
parseJSON :: Value -> Parser Spectral #
parseJSONList :: Value -> Parser [Spectral] #