| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Web.Mackerel.Types.Invitation
Documentation
data Invitation Source #
Constructors
| Invitation | |
Fields | |
Instances
| Eq Invitation Source # | |
Defined in Web.Mackerel.Types.Invitation | |
| Show Invitation Source # | |
Defined in Web.Mackerel.Types.Invitation Methods showsPrec :: Int -> Invitation -> ShowS # show :: Invitation -> String # showList :: [Invitation] -> ShowS # | |
| ToJSON Invitation Source # | |
Defined in Web.Mackerel.Types.Invitation Methods toJSON :: Invitation -> Value # toEncoding :: Invitation -> Encoding # toJSONList :: [Invitation] -> Value # toEncodingList :: [Invitation] -> Encoding # | |
| FromJSON Invitation Source # | |
Defined in Web.Mackerel.Types.Invitation | |