Safe Haskell | None |
---|---|
Language | Haskell2010 |
Web.Data.Stooq.Internals
Documentation
Constructors
StooqRow | |
Instances
data StooqResponse Source #
Constructors
StooqResponse | |
Instances
Show StooqResponse Source # | |
Defined in Web.Data.Stooq.Internals Methods showsPrec :: Int -> StooqResponse -> ShowS # show :: StooqResponse -> String # showList :: [StooqResponse] -> ShowS # | |
Generic StooqResponse Source # | |
Defined in Web.Data.Stooq.Internals Associated Types type Rep StooqResponse :: Type -> Type # | |
FromJSON StooqResponse Source # | |
Defined in Web.Data.Stooq.Internals Methods parseJSON :: Value -> Parser StooqResponse # parseJSONList :: Value -> Parser [StooqResponse] # | |
type Rep StooqResponse Source # | |
Defined in Web.Data.Stooq.Internals type Rep StooqResponse = D1 ('MetaData "StooqResponse" "Web.Data.Stooq.Internals" "stooq-api-0.2.0.0-6Pp6uXPZkaz5GYgN8yUur6-stooq-api-utils" 'False) (C1 ('MetaCons "StooqResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "symbols") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [StooqRow]))) |