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

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

GitHub.Data.Milestone

Description

 

Documentation

data Milestone Source #

Instances
Eq Milestone Source # 
Instance details

Defined in GitHub.Data.Milestone

Data Milestone Source # 
Instance details

Defined in GitHub.Data.Milestone

Methods

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

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

toConstr :: Milestone -> Constr Source #

dataTypeOf :: Milestone -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord Milestone Source # 
Instance details

Defined in GitHub.Data.Milestone

Show Milestone Source # 
Instance details

Defined in GitHub.Data.Milestone

Generic Milestone Source # 
Instance details

Defined in GitHub.Data.Milestone

Associated Types

type Rep Milestone :: Type -> Type Source #

FromJSON Milestone Source # 
Instance details

Defined in GitHub.Data.Milestone

Binary Milestone Source # 
Instance details

Defined in GitHub.Data.Milestone

NFData Milestone Source # 
Instance details

Defined in GitHub.Data.Milestone

Methods

rnf :: Milestone -> () Source #

type Rep Milestone Source # 
Instance details

Defined in GitHub.Data.Milestone