Calamity.Types.Model.Voice.VoiceRegion
Description
Voice regions
data VoiceRegion Source #
Constructors
Fields
Defined in Calamity.Types.Model.Voice.VoiceRegion
Methods
(==) :: VoiceRegion -> VoiceRegion -> Bool #
(/=) :: VoiceRegion -> VoiceRegion -> Bool #
showsPrec :: Int -> VoiceRegion -> ShowS #
show :: VoiceRegion -> String #
showList :: [VoiceRegion] -> ShowS #
Associated Types
type Rep VoiceRegion :: Type -> Type #
from :: VoiceRegion -> Rep VoiceRegion x #
to :: Rep VoiceRegion x -> VoiceRegion #
toJSON :: VoiceRegion -> Value #
toEncoding :: VoiceRegion -> Encoding #
toJSONList :: [VoiceRegion] -> Value #
toEncodingList :: [VoiceRegion] -> Encoding #
parseJSON :: Value -> Parser VoiceRegion #
parseJSONList :: Value -> Parser [VoiceRegion] #
showbPrec :: Int -> VoiceRegion -> Builder #
showb :: VoiceRegion -> Builder #
showbList :: [VoiceRegion] -> Builder #
showtPrec :: Int -> VoiceRegion -> Text #
showt :: VoiceRegion -> Text #
showtList :: [VoiceRegion] -> Text #
showtlPrec :: Int -> VoiceRegion -> Text #
showtl :: VoiceRegion -> Text #
showtlList :: [VoiceRegion] -> Text #