github-0.15.0: Access to the GitHub API, v3.

LicenseBSD-3-Clause
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

GitHub.Data.Comments

Description

 

Documentation

data Comment Source #

Instances

Eq Comment Source # 

Methods

(==) :: Comment -> Comment -> Bool #

(/=) :: Comment -> Comment -> Bool #

Data Comment Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Comment -> c Comment #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Comment #

toConstr :: Comment -> Constr #

dataTypeOf :: Comment -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Comment) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Comment) #

gmapT :: (forall b. Data b => b -> b) -> Comment -> Comment #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Comment -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Comment -> r #

gmapQ :: (forall d. Data d => d -> u) -> Comment -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Comment -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Comment -> m Comment #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Comment -> m Comment #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Comment -> m Comment #

Ord Comment Source # 
Show Comment Source # 
Generic Comment Source # 

Associated Types

type Rep Comment :: * -> * #

Methods

from :: Comment -> Rep Comment x #

to :: Rep Comment x -> Comment #

FromJSON Comment Source # 
Binary Comment Source # 

Methods

put :: Comment -> Put #

get :: Get Comment #

putList :: [Comment] -> Put #

NFData Comment Source # 

Methods

rnf :: Comment -> () #

type Rep Comment Source # 

data NewComment Source #

Constructors

NewComment 

Fields

Instances

Eq NewComment Source # 
Data NewComment Source # 

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 :: (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 #

Ord NewComment Source # 
Show NewComment Source # 
Generic NewComment Source # 

Associated Types

type Rep NewComment :: * -> * #

ToJSON NewComment Source # 
Binary NewComment Source # 
NFData NewComment Source # 

Methods

rnf :: NewComment -> () #

type Rep NewComment Source # 
type Rep NewComment = D1 (MetaData "NewComment" "GitHub.Data.Comments" "github-0.15.0-214SXZsdEduHkM9m67GZCG" False) (C1 (MetaCons "NewComment" PrefixI True) (S1 (MetaSel (Just Symbol "newCommentBody") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

data EditComment Source #

Constructors

EditComment 

Fields

Instances

Eq EditComment Source # 
Data EditComment Source # 

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 :: (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 #

Ord EditComment Source # 
Show EditComment Source # 
Generic EditComment Source # 

Associated Types

type Rep EditComment :: * -> * #

ToJSON EditComment Source # 
Binary EditComment Source # 
NFData EditComment Source # 

Methods

rnf :: EditComment -> () #

type Rep EditComment Source # 
type Rep EditComment = D1 (MetaData "EditComment" "GitHub.Data.Comments" "github-0.15.0-214SXZsdEduHkM9m67GZCG" False) (C1 (MetaCons "EditComment" PrefixI True) (S1 (MetaSel (Just Symbol "editCommentBody") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))