Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Data.Reactions
Synopsis
- data Reaction = Reaction {}
- data NewReaction = NewReaction {}
- data ReactionContent
Documentation
Constructors
Reaction | |
Fields
|
Instances
data NewReaction Source #
Constructors
NewReaction | |
Fields |
Instances
ToJSON NewReaction Source # | |||||
Defined in GitHub.Data.Reactions Methods toJSON :: NewReaction -> Value # toEncoding :: NewReaction -> Encoding # toJSONList :: [NewReaction] -> Value # toEncodingList :: [NewReaction] -> Encoding # omitField :: NewReaction -> Bool # | |||||
Binary NewReaction Source # | |||||
Defined in GitHub.Data.Reactions | |||||
NFData NewReaction Source # | |||||
Defined in GitHub.Data.Reactions Methods rnf :: NewReaction -> () # | |||||
Data NewReaction Source # | |||||
Defined in GitHub.Data.Reactions Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NewReaction -> c NewReaction # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NewReaction # toConstr :: NewReaction -> Constr # dataTypeOf :: NewReaction -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NewReaction) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NewReaction) # gmapT :: (forall b. Data b => b -> b) -> NewReaction -> NewReaction # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NewReaction -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NewReaction -> r # gmapQ :: (forall d. Data d => d -> u) -> NewReaction -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> NewReaction -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> NewReaction -> m NewReaction # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NewReaction -> m NewReaction # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NewReaction -> m NewReaction # | |||||
Generic NewReaction Source # | |||||
Defined in GitHub.Data.Reactions Associated Types
| |||||
Show NewReaction Source # | |||||
Defined in GitHub.Data.Reactions Methods showsPrec :: Int -> NewReaction -> ShowS # show :: NewReaction -> String # showList :: [NewReaction] -> ShowS # | |||||
Eq NewReaction Source # | |||||
Defined in GitHub.Data.Reactions | |||||
Ord NewReaction Source # | |||||
Defined in GitHub.Data.Reactions Methods compare :: NewReaction -> NewReaction -> Ordering # (<) :: NewReaction -> NewReaction -> Bool # (<=) :: NewReaction -> NewReaction -> Bool # (>) :: NewReaction -> NewReaction -> Bool # (>=) :: NewReaction -> NewReaction -> Bool # max :: NewReaction -> NewReaction -> NewReaction # min :: NewReaction -> NewReaction -> NewReaction # | |||||
type Rep NewReaction Source # | |||||
Defined in GitHub.Data.Reactions type Rep NewReaction = D1 ('MetaData "NewReaction" "GitHub.Data.Reactions" "github-0.30-HBqv5f1w8iaAIPbrBrZnp2" 'False) (C1 ('MetaCons "NewReaction" 'PrefixI 'True) (S1 ('MetaSel ('Just "newReactionContent") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 ReactionContent))) |
data ReactionContent Source #
Instances
FromJSON ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions Methods parseJSON :: Value -> Parser ReactionContent # parseJSONList :: Value -> Parser [ReactionContent] # | |||||
ToJSON ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions Methods toJSON :: ReactionContent -> Value # toEncoding :: ReactionContent -> Encoding # toJSONList :: [ReactionContent] -> Value # toEncodingList :: [ReactionContent] -> Encoding # omitField :: ReactionContent -> Bool # | |||||
Binary ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions Methods put :: ReactionContent -> Put # get :: Get ReactionContent # putList :: [ReactionContent] -> Put # | |||||
NFData ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions Methods rnf :: ReactionContent -> () # | |||||
Data ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReactionContent -> c ReactionContent # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReactionContent # toConstr :: ReactionContent -> Constr # dataTypeOf :: ReactionContent -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReactionContent) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReactionContent) # gmapT :: (forall b. Data b => b -> b) -> ReactionContent -> ReactionContent # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReactionContent -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReactionContent -> r # gmapQ :: (forall d. Data d => d -> u) -> ReactionContent -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> ReactionContent -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReactionContent -> m ReactionContent # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReactionContent -> m ReactionContent # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReactionContent -> m ReactionContent # | |||||
Bounded ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions | |||||
Enum ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions Methods succ :: ReactionContent -> ReactionContent # pred :: ReactionContent -> ReactionContent # toEnum :: Int -> ReactionContent # fromEnum :: ReactionContent -> Int # enumFrom :: ReactionContent -> [ReactionContent] # enumFromThen :: ReactionContent -> ReactionContent -> [ReactionContent] # enumFromTo :: ReactionContent -> ReactionContent -> [ReactionContent] # enumFromThenTo :: ReactionContent -> ReactionContent -> ReactionContent -> [ReactionContent] # | |||||
Generic ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions Associated Types
Methods from :: ReactionContent -> Rep ReactionContent x # to :: Rep ReactionContent x -> ReactionContent # | |||||
Show ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions Methods showsPrec :: Int -> ReactionContent -> ShowS # show :: ReactionContent -> String # showList :: [ReactionContent] -> ShowS # | |||||
Eq ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions Methods (==) :: ReactionContent -> ReactionContent -> Bool # (/=) :: ReactionContent -> ReactionContent -> Bool # | |||||
Ord ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions Methods compare :: ReactionContent -> ReactionContent -> Ordering # (<) :: ReactionContent -> ReactionContent -> Bool # (<=) :: ReactionContent -> ReactionContent -> Bool # (>) :: ReactionContent -> ReactionContent -> Bool # (>=) :: ReactionContent -> ReactionContent -> Bool # max :: ReactionContent -> ReactionContent -> ReactionContent # min :: ReactionContent -> ReactionContent -> ReactionContent # | |||||
type Rep ReactionContent Source # | |||||
Defined in GitHub.Data.Reactions type Rep ReactionContent = D1 ('MetaData "ReactionContent" "GitHub.Data.Reactions" "github-0.30-HBqv5f1w8iaAIPbrBrZnp2" 'False) (((C1 ('MetaCons "PlusOne" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "MinusOne" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Laugh" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Confused" 'PrefixI 'False) (U1 :: Type -> Type))) :+: ((C1 ('MetaCons "Heart" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Hooray" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Rocket" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Eyes" 'PrefixI 'False) (U1 :: Type -> Type)))) |