Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Instances
newtype StooqResponse Source #
Instances
Generic StooqResponse Source # | |
Defined in Web.Data.Stooq.Internals type Rep StooqResponse :: Type -> Type # from :: StooqResponse -> Rep StooqResponse x # to :: Rep StooqResponse x -> StooqResponse # | |
Show StooqResponse Source # | |
Defined in Web.Data.Stooq.Internals showsPrec :: Int -> StooqResponse -> ShowS # show :: StooqResponse -> String # showList :: [StooqResponse] -> ShowS # | |
type Rep StooqResponse Source # | |
Defined in Web.Data.Stooq.Internals type Rep StooqResponse = D1 ('MetaData "StooqResponse" "Web.Data.Stooq.Internals" "stooq-api-0.4.2.0-9BXvKbn2doo3J0iEiPMCnT-stooq-api-utils" 'True) (C1 ('MetaCons "StooqResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "symbols") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [StooqRow]))) |