Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
User | |
|
Instances
data SystemInformationResponse Source #
Instances
newtype FetchLimit Source #
Instances
Generic FetchLimit Source # | |
Defined in WikiMusic.Model.Other type Rep FetchLimit :: Type -> Type # from :: FetchLimit -> Rep FetchLimit x # to :: Rep FetchLimit x -> FetchLimit # | |
Show FetchLimit Source # | |
Defined in WikiMusic.Model.Other showsPrec :: Int -> FetchLimit -> ShowS # show :: FetchLimit -> String # showList :: [FetchLimit] -> ShowS # | |
Eq FetchLimit Source # | |
Defined in WikiMusic.Model.Other (==) :: FetchLimit -> FetchLimit -> Bool # (/=) :: FetchLimit -> FetchLimit -> Bool # | |
(k ~ An_Iso, a ~ Int, b ~ Int) => LabelOptic "value" k FetchLimit FetchLimit a b Source # | |
Defined in WikiMusic.Model.Other 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 #