github-0.20: 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 # 
Instance details

Defined in GitHub.Data.Comments

Data Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: Comment -> Constr Source #

dataTypeOf :: Comment -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Show Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Generic Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep Comment :: Type -> Type Source #

FromJSON Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary Comment Source # 
Instance details

Defined in GitHub.Data.Comments

NFData Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: Comment -> () Source #

type Rep Comment Source # 
Instance details

Defined in GitHub.Data.Comments

data NewComment Source #

Constructors

NewComment 

Fields

Instances
Eq NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Data NewComment Source # 
Instance details

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 Source #

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

toConstr :: NewComment -> Constr Source #

dataTypeOf :: NewComment -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Show NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Generic NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep NewComment :: Type -> Type Source #

ToJSON NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

NFData NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: NewComment -> () Source #

type Rep NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep NewComment = D1 (MetaData "NewComment" "GitHub.Data.Comments" "github-0.20-EqsirKiH6Hk89stA2S25YD" False) (C1 (MetaCons "NewComment" PrefixI True) (S1 (MetaSel (Just "newCommentBody") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

data EditComment Source #

Constructors

EditComment 

Fields

Instances
Eq EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Data EditComment Source # 
Instance details

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 Source #

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

toConstr :: EditComment -> Constr Source #

dataTypeOf :: EditComment -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Show EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Generic EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep EditComment :: Type -> Type Source #

ToJSON EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

NFData EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: EditComment -> () Source #

type Rep EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep EditComment = D1 (MetaData "EditComment" "GitHub.Data.Comments" "github-0.20-EqsirKiH6Hk89stA2S25YD" False) (C1 (MetaCons "EditComment" PrefixI True) (S1 (MetaSel (Just "editCommentBody") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))