freesound-0.2.0: Access the Freesound Project database

Safe HaskellNone
LanguageHaskell98

Sound.Freesound.List

Documentation

data List a Source

Instances

Eq a => Eq (List a) Source 
Show a => Show (List a) Source 
(Elem a, FromJSON a) => FromJSON (List a) Source 

class Elem a where Source

Methods

elemsFieldName :: a -> Text Source

elems :: List a -> [a] Source