License | BSD-3-Clause |
---|---|
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
data RepoStarred Source #
Instances
Subject | |
|
Instances
Eq Subject Source # | |
Data Subject Source # | |
Defined in GitHub.Data.Activities gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Subject -> c Subject # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Subject # toConstr :: Subject -> Constr # dataTypeOf :: Subject -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Subject) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Subject) # gmapT :: (forall b. Data b => b -> b) -> Subject -> Subject # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Subject -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Subject -> r # gmapQ :: (forall d. Data d => d -> u) -> Subject -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Subject -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Subject -> m Subject # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Subject -> m Subject # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Subject -> m Subject # | |
Ord Subject Source # | |
Show Subject Source # | |
Generic Subject Source # | |
FromJSON Subject Source # | |
Binary Subject Source # | |
NFData Subject Source # | |
Defined in GitHub.Data.Activities | |
type Rep Subject Source # | |
Defined in GitHub.Data.Activities type Rep Subject = D1 (MetaData "Subject" "GitHub.Data.Activities" "github-0.26-NGv9yMkIfb3ssAFkCPufN" False) (C1 (MetaCons "Subject" PrefixI True) ((S1 (MetaSel (Just "subjectTitle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "subjectURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 URL)) :*: (S1 (MetaSel (Just "subjectLatestCommentURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe URL)) :*: S1 (MetaSel (Just "subjectType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) |
data NotificationReason Source #
AssignReason | |
AuthorReason | |
CommentReason | |
InvitationReason | |
ManualReason | |
MentionReason | |
ReviewRequestedReason | |
StateChangeReason | |
SubscribedReason | |
TeamMentionReason |
Instances
data Notification Source #