MusicBrainz-0.4.1: interface to MusicBrainz XML2 and JSON web services

Safe HaskellNone
LanguageHaskell98

Network.Protocol.MusicBrainz.Types

Documentation

newtype MBID Source #

Constructors

MBID 

Fields

Instances
Eq MBID Source # 
Instance details

Defined in Network.Protocol.MusicBrainz.Types

Methods

(==) :: MBID -> MBID -> Bool #

(/=) :: MBID -> MBID -> Bool #

Show MBID Source # 
Instance details

Defined in Network.Protocol.MusicBrainz.Types

Methods

showsPrec :: Int -> MBID -> ShowS #

show :: MBID -> String #

showList :: [MBID] -> ShowS #

data Label Source #

Instances
Eq Label Source # 
Instance details

Defined in Network.Protocol.MusicBrainz.Types

Methods

(==) :: Label -> Label -> Bool #

(/=) :: Label -> Label -> Bool #

Show Label Source # 
Instance details

Defined in Network.Protocol.MusicBrainz.Types

Methods

showsPrec :: Int -> Label -> ShowS #

show :: Label -> String #

showList :: [Label] -> ShowS #