| License | BSD-3-Clause |
|---|---|
| Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
| Safe Haskell | None |
| Language | Haskell2010 |
GitHub.Data.Gists
Description
Documentation
Constructors
| Gist | |
Fields
| |
Instances
Constructors
| GistFile | |
Fields
| |
Instances
| Eq GistFile # | |
| Data GistFile # | |
Defined in GitHub.Data.Gists Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GistFile -> c GistFile # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GistFile # toConstr :: GistFile -> Constr # dataTypeOf :: GistFile -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GistFile) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GistFile) # gmapT :: (forall b. Data b => b -> b) -> GistFile -> GistFile # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GistFile -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GistFile -> r # gmapQ :: (forall d. Data d => d -> u) -> GistFile -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> GistFile -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> GistFile -> m GistFile # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GistFile -> m GistFile # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GistFile -> m GistFile # | |
| Show GistFile # | |
| Generic GistFile # | |
| FromJSON GistFile # | |
| Binary GistFile # | |
| NFData GistFile # | |
Defined in GitHub.Data.Gists | |
| type Rep GistFile # | |
Defined in GitHub.Data.Gists type Rep GistFile = D1 (MetaData "GistFile" "GitHub.Data.Gists" "github-0.19-DDjPAxwoyrsH3Y2Okm5yyu" False) (C1 (MetaCons "GistFile" PrefixI True) ((S1 (MetaSel (Just "gistFileType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "gistFileRawUrl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 URL) :*: S1 (MetaSel (Just "gistFileSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))) :*: (S1 (MetaSel (Just "gistFileLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Language)) :*: (S1 (MetaSel (Just "gistFileFilename") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "gistFileContent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) | |
data GistComment #
Constructors
| GistComment | |
Fields
| |