| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Reddit.Types.Post
Documentation
Instances
| Eq PostID Source # | |
| Ord PostID Source # | |
| Read PostID Source # | |
| Show PostID Source # | |
| FromJSON PostID Source # | |
| ToQuery PostID Source # | |
| Thing PostID Source # | |
| FromJSON (POSTWrapped PostID) Source # | |
Defined in Reddit.Types.Post Methods parseJSON :: Value -> Parser (POSTWrapped PostID) # parseJSONList :: Value -> Parser [POSTWrapped PostID] # | |
Constructors
| Post | |
Fields
| |
data PostContent Source #
Instances
| Eq PostContent Source # | |
Defined in Reddit.Types.Post | |
| Read PostContent Source # | |
Defined in Reddit.Types.Post Methods readsPrec :: Int -> ReadS PostContent # readList :: ReadS [PostContent] # readPrec :: ReadPrec PostContent # readListPrec :: ReadPrec [PostContent] # | |
| Show PostContent Source # | |
Defined in Reddit.Types.Post Methods showsPrec :: Int -> PostContent -> ShowS # show :: PostContent -> String # showList :: [PostContent] -> ShowS # | |
postPrefix :: Text Source #