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