Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq Link Source # | |
Show Link Source # | |
Generic Link Source # | |
type Rep Link Source # | |
Defined in ScrapeReddit type Rep Link = D1 ('MetaData "Link" "ScrapeReddit" "reddit-scrape-0.0.1-BOxIloNqtnWIuy1PdzeUsX" 'False) (C1 ('MetaCons "Link" 'PrefixI 'True) ((S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "href") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :*: (S1 ('MetaSel ('Just "currentScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "comments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UTCTime)))))) |
dateFormat :: String Source #