| Safe Haskell | None |
|---|
Rascal.Types
- 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
Constructors
| Link | |
data NamedListing Source
Constructors
| Comments [CommentListing] |
Constructors
| Comment | |
| OriginalArticle | |
data RuntimeConf Source
Constructors
| RuntimeConf | |
Fields
| |