Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
inAuthorObj :: obj -> InObj obj Source #
data OneArticle Source #
Instances
ToJSON OneArticle Source # | |
Defined in Conduit.Features.Articles.Types toJSON :: OneArticle -> Value # toEncoding :: OneArticle -> Encoding # toJSONList :: [OneArticle] -> Value # toEncodingList :: [OneArticle] -> Encoding # omitField :: OneArticle -> Bool # | |
Show OneArticle Source # | |
Defined in Conduit.Features.Articles.Types showsPrec :: Int -> OneArticle -> ShowS # show :: OneArticle -> String # showList :: [OneArticle] -> ShowS # |
inArticleObj :: obj -> InObj obj Source #
newtype ManyArticles Source #
Instances
ToJSON ManyArticles Source # | |
Defined in Conduit.Features.Articles.Types toJSON :: ManyArticles -> Value # toEncoding :: ManyArticles -> Encoding # toJSONList :: [ManyArticles] -> Value # toEncodingList :: [ManyArticles] -> Encoding # omitField :: ManyArticles -> Bool # | |
Show ManyArticles Source # | |
Defined in Conduit.Features.Articles.Types showsPrec :: Int -> ManyArticles -> ShowS # show :: ManyArticles -> String # showList :: [ManyArticles] -> ShowS # |
data OneComment Source #
Instances
ToJSON OneComment Source # | |
Defined in Conduit.Features.Articles.Types toJSON :: OneComment -> Value # toEncoding :: OneComment -> Encoding # toJSONList :: [OneComment] -> Value # toEncodingList :: [OneComment] -> Encoding # omitField :: OneComment -> Bool # | |
Show OneComment Source # | |
Defined in Conduit.Features.Articles.Types showsPrec :: Int -> OneComment -> ShowS # show :: OneComment -> String # showList :: [OneComment] -> ShowS # |
inCommentObj :: obj -> InObj obj Source #
newtype ManyComments Source #