Safe Haskell | None |
---|
- data Link = Link {}
- data Listing = Listing {}
- emptyListing :: Listing
- data NamedListing = NamedListing {}
- newtype Comments = Comments [CommentListing]
- emptyComments :: Comments
- newtype CommentListing = CommentListing [Comment]
- data Comment
- = Comment { }
- | OriginalArticle
- data RuntimeConf = RuntimeConf {
- textWidth :: Int
- textHeight :: Int
- commentSort :: String
- linkSort :: String
- pageComments :: Bool
Documentation
a reddit post, called Link in reddit's API documentation
data NamedListing Source
data RuntimeConf Source
RuntimeConf | |
|