Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Conduit.Features.Articles.Types
Documentation
inAuthorObj :: obj -> InObj obj Source #
data OneArticle Source #
Constructors
OneArticle | |
Instances
ToJSON OneArticle Source # | |
Defined in Conduit.Features.Articles.Types Methods toJSON :: OneArticle -> Value # toEncoding :: OneArticle -> Encoding # toJSONList :: [OneArticle] -> Value # toEncodingList :: [OneArticle] -> Encoding # omitField :: OneArticle -> Bool # | |
Show OneArticle Source # | |
Defined in Conduit.Features.Articles.Types Methods showsPrec :: Int -> OneArticle -> ShowS # show :: OneArticle -> String # showList :: [OneArticle] -> ShowS # |
inArticleObj :: obj -> InObj obj Source #
newtype ManyArticles Source #
Constructors
ManyArticles | |
Fields
|
Instances
ToJSON ManyArticles Source # | |
Defined in Conduit.Features.Articles.Types Methods toJSON :: ManyArticles -> Value # toEncoding :: ManyArticles -> Encoding # toJSONList :: [ManyArticles] -> Value # toEncodingList :: [ManyArticles] -> Encoding # omitField :: ManyArticles -> Bool # | |
Show ManyArticles Source # | |
Defined in Conduit.Features.Articles.Types Methods showsPrec :: Int -> ManyArticles -> ShowS # show :: ManyArticles -> String # showList :: [ManyArticles] -> ShowS # |
data OneComment Source #
Constructors
OneComment | |
Instances
ToJSON OneComment Source # | |
Defined in Conduit.Features.Articles.Types Methods toJSON :: OneComment -> Value # toEncoding :: OneComment -> Encoding # toJSONList :: [OneComment] -> Value # toEncodingList :: [OneComment] -> Encoding # omitField :: OneComment -> Bool # | |
Show OneComment Source # | |
Defined in Conduit.Features.Articles.Types Methods showsPrec :: Int -> OneComment -> ShowS # show :: OneComment -> String # showList :: [OneComment] -> ShowS # |
inCommentObj :: obj -> InObj obj Source #
newtype ManyComments Source #
Constructors
ManyComments | |
Fields
|
Instances
ToJSON ManyComments Source # | |
Defined in Conduit.Features.Articles.Types Methods toJSON :: ManyComments -> Value # toEncoding :: ManyComments -> Encoding # toJSONList :: [ManyComments] -> Value # toEncodingList :: [ManyComments] -> Encoding # omitField :: ManyComments -> Bool # | |
Generic ManyComments Source # | |
Defined in Conduit.Features.Articles.Types Associated Types type Rep ManyComments :: Type -> Type # | |
Show ManyComments Source # | |
Defined in Conduit.Features.Articles.Types Methods showsPrec :: Int -> ManyComments -> ShowS # show :: ManyComments -> String # showList :: [ManyComments] -> ShowS # | |
type Rep ManyComments Source # | |
Defined in Conduit.Features.Articles.Types type Rep ManyComments = D1 ('MetaData "ManyComments" "Conduit.Features.Articles.Types" "realworld-hs-0.1.0.0-inplace" 'True) (C1 ('MetaCons "ManyComments" 'PrefixI 'True) (S1 ('MetaSel ('Just "comments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [OneComment]))) |