| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GitHub.Types.IssueTemplate
Documentation
newtype BodyValidations Source #
Constructors
| BodyValidations | |
Fields | |
Instances
| Eq BodyValidations Source # | |
Defined in GitHub.Types.IssueTemplate Methods (==) :: BodyValidations -> BodyValidations -> Bool # (/=) :: BodyValidations -> BodyValidations -> Bool # | |
| Show BodyValidations Source # | |
Defined in GitHub.Types.IssueTemplate Methods showsPrec :: Int -> BodyValidations -> ShowS # show :: BodyValidations -> String # showList :: [BodyValidations] -> ShowS # | |
| ToJSON BodyValidations Source # | |
Defined in GitHub.Types.IssueTemplate Methods toJSON :: BodyValidations -> Value # toEncoding :: BodyValidations -> Encoding # toJSONList :: [BodyValidations] -> Value # toEncodingList :: [BodyValidations] -> Encoding # omitField :: BodyValidations -> Bool # | |
| FromJSON BodyValidations Source # | |
Defined in GitHub.Types.IssueTemplate Methods parseJSON :: Value -> Parser BodyValidations # parseJSONList :: Value -> Parser [BodyValidations] # | |
Constructors
| Body | |
Fields
| |
data IssueTemplate Source #
Constructors
| IssueTemplate | |
Fields | |
Instances
| Eq IssueTemplate Source # | |
Defined in GitHub.Types.IssueTemplate Methods (==) :: IssueTemplate -> IssueTemplate -> Bool # (/=) :: IssueTemplate -> IssueTemplate -> Bool # | |
| Show IssueTemplate Source # | |
Defined in GitHub.Types.IssueTemplate Methods showsPrec :: Int -> IssueTemplate -> ShowS # show :: IssueTemplate -> String # showList :: [IssueTemplate] -> ShowS # | |
| ToJSON IssueTemplate Source # | |
Defined in GitHub.Types.IssueTemplate Methods toJSON :: IssueTemplate -> Value # toEncoding :: IssueTemplate -> Encoding # toJSONList :: [IssueTemplate] -> Value # toEncodingList :: [IssueTemplate] -> Encoding # omitField :: IssueTemplate -> Bool # | |
| FromJSON IssueTemplate Source # | |
Defined in GitHub.Types.IssueTemplate Methods parseJSON :: Value -> Parser IssueTemplate # parseJSONList :: Value -> Parser [IssueTemplate] # | |