Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
data GraphAnnotationId Source #
Instances
Eq GraphAnnotationId Source # | |
Defined in Web.Mackerel.Types.GraphAnnotation (==) :: GraphAnnotationId -> GraphAnnotationId -> Bool # (/=) :: GraphAnnotationId -> GraphAnnotationId -> Bool # | |
Show GraphAnnotationId Source # | |
Defined in Web.Mackerel.Types.GraphAnnotation showsPrec :: Int -> GraphAnnotationId -> ShowS # show :: GraphAnnotationId -> String # showList :: [GraphAnnotationId] -> ShowS # | |
ToJSON GraphAnnotationId Source # | |
Defined in Web.Mackerel.Types.GraphAnnotation toJSON :: GraphAnnotationId -> Value # toEncoding :: GraphAnnotationId -> Encoding # toJSONList :: [GraphAnnotationId] -> Value # toEncodingList :: [GraphAnnotationId] -> Encoding # | |
FromJSON GraphAnnotationId Source # | |
Defined in Web.Mackerel.Types.GraphAnnotation parseJSON :: Value -> Parser GraphAnnotationId # parseJSONList :: Value -> Parser [GraphAnnotationId] # |
data GraphAnnotation Source #
Instances
Eq GraphAnnotation Source # | |
Defined in Web.Mackerel.Types.GraphAnnotation (==) :: GraphAnnotation -> GraphAnnotation -> Bool # (/=) :: GraphAnnotation -> GraphAnnotation -> Bool # | |
Show GraphAnnotation Source # | |
Defined in Web.Mackerel.Types.GraphAnnotation showsPrec :: Int -> GraphAnnotation -> ShowS # show :: GraphAnnotation -> String # showList :: [GraphAnnotation] -> ShowS # | |
ToJSON GraphAnnotation Source # | |
Defined in Web.Mackerel.Types.GraphAnnotation toJSON :: GraphAnnotation -> Value # toEncoding :: GraphAnnotation -> Encoding # toJSONList :: [GraphAnnotation] -> Value # toEncodingList :: [GraphAnnotation] -> Encoding # | |
FromJSON GraphAnnotation Source # | |
Defined in Web.Mackerel.Types.GraphAnnotation parseJSON :: Value -> Parser GraphAnnotation # parseJSONList :: Value -> Parser [GraphAnnotation] # | |
Default GraphAnnotation Source # | |
Defined in Web.Mackerel.Types.GraphAnnotation def :: GraphAnnotation # |