Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Data.Comments
Documentation
Constructors
Comment | |
Fields
|
Instances
data NewComment Source #
Constructors
NewComment | |
Fields
|
Instances
ToJSON NewComment Source # | |||||
Defined in GitHub.Data.Comments Methods toJSON :: NewComment -> Value # toEncoding :: NewComment -> Encoding # toJSONList :: [NewComment] -> Value # toEncodingList :: [NewComment] -> Encoding # omitField :: NewComment -> Bool # | |||||
Data NewComment Source # | |||||
Defined in GitHub.Data.Comments Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NewComment -> c NewComment # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NewComment # toConstr :: NewComment -> Constr # dataTypeOf :: NewComment -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NewComment) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NewComment) # gmapT :: (forall b. Data b => b -> b) -> NewComment -> NewComment # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NewComment -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NewComment -> r # gmapQ :: (forall d. Data d => d -> u) -> NewComment -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> NewComment -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> NewComment -> m NewComment # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NewComment -> m NewComment # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NewComment -> m NewComment # | |||||
Generic NewComment Source # | |||||
Defined in GitHub.Data.Comments Associated Types
| |||||
Show NewComment Source # | |||||
Defined in GitHub.Data.Comments Methods showsPrec :: Int -> NewComment -> ShowS # show :: NewComment -> String # showList :: [NewComment] -> ShowS # | |||||
Binary NewComment Source # | |||||
Defined in GitHub.Data.Comments | |||||
NFData NewComment Source # | |||||
Defined in GitHub.Data.Comments Methods rnf :: NewComment -> () # | |||||
Eq NewComment Source # | |||||
Defined in GitHub.Data.Comments | |||||
Ord NewComment Source # | |||||
Defined in GitHub.Data.Comments Methods compare :: NewComment -> NewComment -> Ordering # (<) :: NewComment -> NewComment -> Bool # (<=) :: NewComment -> NewComment -> Bool # (>) :: NewComment -> NewComment -> Bool # (>=) :: NewComment -> NewComment -> Bool # max :: NewComment -> NewComment -> NewComment # min :: NewComment -> NewComment -> NewComment # | |||||
type Rep NewComment Source # | |||||
Defined in GitHub.Data.Comments type Rep NewComment = D1 ('MetaData "NewComment" "GitHub.Data.Comments" "github-0.29-Io0kw0Ukxm7G01APVwj6Ps" 'False) (C1 ('MetaCons "NewComment" 'PrefixI 'True) (S1 ('MetaSel ('Just "newCommentBody") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))) |
data EditComment Source #
Constructors
EditComment | |
Fields
|
Instances
ToJSON EditComment Source # | |||||
Defined in GitHub.Data.Comments Methods toJSON :: EditComment -> Value # toEncoding :: EditComment -> Encoding # toJSONList :: [EditComment] -> Value # toEncodingList :: [EditComment] -> Encoding # omitField :: EditComment -> Bool # | |||||
Data EditComment Source # | |||||
Defined in GitHub.Data.Comments Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EditComment -> c EditComment # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EditComment # toConstr :: EditComment -> Constr # dataTypeOf :: EditComment -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EditComment) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EditComment) # gmapT :: (forall b. Data b => b -> b) -> EditComment -> EditComment # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EditComment -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EditComment -> r # gmapQ :: (forall d. Data d => d -> u) -> EditComment -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> EditComment -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> EditComment -> m EditComment # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EditComment -> m EditComment # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EditComment -> m EditComment # | |||||
Generic EditComment Source # | |||||
Defined in GitHub.Data.Comments Associated Types
| |||||
Show EditComment Source # | |||||
Defined in GitHub.Data.Comments Methods showsPrec :: Int -> EditComment -> ShowS # show :: EditComment -> String # showList :: [EditComment] -> ShowS # | |||||
Binary EditComment Source # | |||||
Defined in GitHub.Data.Comments | |||||
NFData EditComment Source # | |||||
Defined in GitHub.Data.Comments Methods rnf :: EditComment -> () # | |||||
Eq EditComment Source # | |||||
Defined in GitHub.Data.Comments | |||||
Ord EditComment Source # | |||||
Defined in GitHub.Data.Comments Methods compare :: EditComment -> EditComment -> Ordering # (<) :: EditComment -> EditComment -> Bool # (<=) :: EditComment -> EditComment -> Bool # (>) :: EditComment -> EditComment -> Bool # (>=) :: EditComment -> EditComment -> Bool # max :: EditComment -> EditComment -> EditComment # min :: EditComment -> EditComment -> EditComment # | |||||
type Rep EditComment Source # | |||||
Defined in GitHub.Data.Comments type Rep EditComment = D1 ('MetaData "EditComment" "GitHub.Data.Comments" "github-0.29-Io0kw0Ukxm7G01APVwj6Ps" 'False) (C1 ('MetaCons "EditComment" 'PrefixI 'True) (S1 ('MetaSel ('Just "editCommentBody") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))) |
data NewPullComment Source #
Constructors
NewPullComment | |
Fields |
Instances
ToJSON NewPullComment Source # | |||||
Defined in GitHub.Data.Comments Methods toJSON :: NewPullComment -> Value # toEncoding :: NewPullComment -> Encoding # toJSONList :: [NewPullComment] -> Value # toEncodingList :: [NewPullComment] -> Encoding # omitField :: NewPullComment -> Bool # | |||||
Data NewPullComment Source # | |||||
Defined in GitHub.Data.Comments Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NewPullComment -> c NewPullComment # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NewPullComment # toConstr :: NewPullComment -> Constr # dataTypeOf :: NewPullComment -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NewPullComment) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NewPullComment) # gmapT :: (forall b. Data b => b -> b) -> NewPullComment -> NewPullComment # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NewPullComment -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NewPullComment -> r # gmapQ :: (forall d. Data d => d -> u) -> NewPullComment -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> NewPullComment -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> NewPullComment -> m NewPullComment # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NewPullComment -> m NewPullComment # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NewPullComment -> m NewPullComment # | |||||
Generic NewPullComment Source # | |||||
Defined in GitHub.Data.Comments Associated Types
Methods from :: NewPullComment -> Rep NewPullComment x # to :: Rep NewPullComment x -> NewPullComment # | |||||
Show NewPullComment Source # | |||||
Defined in GitHub.Data.Comments Methods showsPrec :: Int -> NewPullComment -> ShowS # show :: NewPullComment -> String # showList :: [NewPullComment] -> ShowS # | |||||
Binary NewPullComment Source # | |||||
Defined in GitHub.Data.Comments Methods put :: NewPullComment -> Put # get :: Get NewPullComment # putList :: [NewPullComment] -> Put # | |||||
NFData NewPullComment Source # | |||||
Defined in GitHub.Data.Comments Methods rnf :: NewPullComment -> () # | |||||
Eq NewPullComment Source # | |||||
Defined in GitHub.Data.Comments Methods (==) :: NewPullComment -> NewPullComment -> Bool # (/=) :: NewPullComment -> NewPullComment -> Bool # | |||||
Ord NewPullComment Source # | |||||
Defined in GitHub.Data.Comments Methods compare :: NewPullComment -> NewPullComment -> Ordering # (<) :: NewPullComment -> NewPullComment -> Bool # (<=) :: NewPullComment -> NewPullComment -> Bool # (>) :: NewPullComment -> NewPullComment -> Bool # (>=) :: NewPullComment -> NewPullComment -> Bool # max :: NewPullComment -> NewPullComment -> NewPullComment # min :: NewPullComment -> NewPullComment -> NewPullComment # | |||||
type Rep NewPullComment Source # | |||||
Defined in GitHub.Data.Comments type Rep NewPullComment = D1 ('MetaData "NewPullComment" "GitHub.Data.Comments" "github-0.29-Io0kw0Ukxm7G01APVwj6Ps" 'False) (C1 ('MetaCons "NewPullComment" 'PrefixI 'True) ((S1 ('MetaSel ('Just "newPullCommentCommit") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newPullCommentPath") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "newPullCommentPosition") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "newPullCommentBody") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)))) |
data PullCommentReply Source #
Constructors
PullCommentReply | |
Fields |
Instances
ToJSON PullCommentReply Source # | |||||
Defined in GitHub.Data.Comments Methods toJSON :: PullCommentReply -> Value # toEncoding :: PullCommentReply -> Encoding # toJSONList :: [PullCommentReply] -> Value # toEncodingList :: [PullCommentReply] -> Encoding # omitField :: PullCommentReply -> Bool # | |||||
Data PullCommentReply Source # | |||||
Defined in GitHub.Data.Comments Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PullCommentReply -> c PullCommentReply # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PullCommentReply # toConstr :: PullCommentReply -> Constr # dataTypeOf :: PullCommentReply -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PullCommentReply) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PullCommentReply) # gmapT :: (forall b. Data b => b -> b) -> PullCommentReply -> PullCommentReply # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PullCommentReply -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PullCommentReply -> r # gmapQ :: (forall d. Data d => d -> u) -> PullCommentReply -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> PullCommentReply -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> PullCommentReply -> m PullCommentReply # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PullCommentReply -> m PullCommentReply # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PullCommentReply -> m PullCommentReply # | |||||
Generic PullCommentReply Source # | |||||
Defined in GitHub.Data.Comments Associated Types
Methods from :: PullCommentReply -> Rep PullCommentReply x # to :: Rep PullCommentReply x -> PullCommentReply # | |||||
Show PullCommentReply Source # | |||||
Defined in GitHub.Data.Comments Methods showsPrec :: Int -> PullCommentReply -> ShowS # show :: PullCommentReply -> String # showList :: [PullCommentReply] -> ShowS # | |||||
NFData PullCommentReply Source # | |||||
Defined in GitHub.Data.Comments Methods rnf :: PullCommentReply -> () # | |||||
Eq PullCommentReply Source # | |||||
Defined in GitHub.Data.Comments Methods (==) :: PullCommentReply -> PullCommentReply -> Bool # (/=) :: PullCommentReply -> PullCommentReply -> Bool # | |||||
Ord PullCommentReply Source # | |||||
Defined in GitHub.Data.Comments Methods compare :: PullCommentReply -> PullCommentReply -> Ordering # (<) :: PullCommentReply -> PullCommentReply -> Bool # (<=) :: PullCommentReply -> PullCommentReply -> Bool # (>) :: PullCommentReply -> PullCommentReply -> Bool # (>=) :: PullCommentReply -> PullCommentReply -> Bool # max :: PullCommentReply -> PullCommentReply -> PullCommentReply # min :: PullCommentReply -> PullCommentReply -> PullCommentReply # | |||||
type Rep PullCommentReply Source # | |||||
Defined in GitHub.Data.Comments type Rep PullCommentReply = D1 ('MetaData "PullCommentReply" "GitHub.Data.Comments" "github-0.29-Io0kw0Ukxm7G01APVwj6Ps" 'False) (C1 ('MetaCons "PullCommentReply" 'PrefixI 'True) (S1 ('MetaSel ('Just "pullCommentReplyBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |