| Safe Haskell | None |
|---|
Network.Lastfm
Documentation
type Lastfm a = IO (Either LastfmError a)Source
type Response = ByteStringSource
data LastfmError Source
Constructors
Instances
Instances
Constructors
| ValueUser User | |
| ValueArtists [Artist] |
simple :: (FromJSON a, Monad m) => m ByteString -> m aSource