Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
WikiMusic.Model.Other
Documentation
Constructors
User | |
Fields
|
Instances
data SystemInformationResponse Source #
Constructors
SystemInformationResponse | |
Fields |
Instances
newtype FetchLimit Source #
Constructors
FetchLimit | |
Instances
Generic FetchLimit Source # | |
Defined in WikiMusic.Model.Other Associated Types type Rep FetchLimit :: Type -> Type # | |
Show FetchLimit Source # | |
Defined in WikiMusic.Model.Other Methods showsPrec :: Int -> FetchLimit -> ShowS # show :: FetchLimit -> String # showList :: [FetchLimit] -> ShowS # | |
Eq FetchLimit Source # | |
Defined in WikiMusic.Model.Other | |
(k ~ An_Iso, a ~ Int, b ~ Int) => LabelOptic "value" k FetchLimit FetchLimit a b Source # | |
Defined in WikiMusic.Model.Other Methods labelOptic :: Optic k NoIx FetchLimit FetchLimit a b # | |
type Rep FetchLimit Source # | |
Defined in WikiMusic.Model.Other type Rep FetchLimit = D1 ('MetaData "FetchLimit" "WikiMusic.Model.Other" "wikimusic-model-hs-1.2.0.0-2AFmU6Rx8U3ctQHH6pLAk" 'True) (C1 ('MetaCons "FetchLimit" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int))) |
newtype SearchInput Source #
Constructors
SearchInput | |
Instances
Generic SearchInput Source # | |
Defined in WikiMusic.Model.Other Associated Types type Rep SearchInput :: Type -> Type # | |
Show SearchInput Source # | |
Defined in WikiMusic.Model.Other Methods showsPrec :: Int -> SearchInput -> ShowS # show :: SearchInput -> String # showList :: [SearchInput] -> ShowS # | |
Eq SearchInput Source # | |
Defined in WikiMusic.Model.Other | |
(k ~ An_Iso, a ~ Text, b ~ Text) => LabelOptic "value" k SearchInput SearchInput a b Source # | |
Defined in WikiMusic.Model.Other Methods labelOptic :: Optic k NoIx SearchInput SearchInput a b # | |
type Rep SearchInput Source # | |
Defined in WikiMusic.Model.Other type Rep SearchInput = D1 ('MetaData "SearchInput" "WikiMusic.Model.Other" "wikimusic-model-hs-1.2.0.0-2AFmU6Rx8U3ctQHH6pLAk" 'True) (C1 ('MetaCons "SearchInput" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |