Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Types.Base.Installation
Documentation
data Installation Source #
Constructors
Installation | |
Fields |
Instances
Eq Installation Source # | |
Defined in GitHub.Types.Base.Installation | |
Read Installation Source # | |
Defined in GitHub.Types.Base.Installation Methods readsPrec :: Int -> ReadS Installation # readList :: ReadS [Installation] # | |
Show Installation Source # | |
Defined in GitHub.Types.Base.Installation Methods showsPrec :: Int -> Installation -> ShowS # show :: Installation -> String # showList :: [Installation] -> ShowS # | |
Arbitrary Installation Source # | |
Defined in GitHub.Types.Base.Installation | |
ToJSON Installation Source # | |
Defined in GitHub.Types.Base.Installation Methods toJSON :: Installation -> Value # toEncoding :: Installation -> Encoding # toJSONList :: [Installation] -> Value # toEncodingList :: [Installation] -> Encoding # | |
FromJSON Installation Source # | |
Defined in GitHub.Types.Base.Installation |