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