Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype ActivityId Source #
Instances
Eq ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry (==) :: ActivityId -> ActivityId -> Bool # (/=) :: ActivityId -> ActivityId -> Bool # | |
Show ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry showsPrec :: Int -> ActivityId -> ShowS # show :: ActivityId -> String # showList :: [ActivityId] -> ShowS # | |
ToJSON ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry toJSON :: ActivityId -> Value # toEncoding :: ActivityId -> Encoding # toJSONList :: [ActivityId] -> Value # toEncodingList :: [ActivityId] -> Encoding # | |
FromJSON ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry parseJSON :: Value -> Parser ActivityId # parseJSONList :: Value -> Parser [ActivityId] # |
newtype ActivityType Source #
Instances
Eq ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry (==) :: ActivityType -> ActivityType -> Bool # (/=) :: ActivityType -> ActivityType -> Bool # | |
Show ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry showsPrec :: Int -> ActivityType -> ShowS # show :: ActivityType -> String # showList :: [ActivityType] -> ShowS # | |
ToJSON ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry toJSON :: ActivityType -> Value # toEncoding :: ActivityType -> Encoding # toJSONList :: [ActivityType] -> Value # toEncodingList :: [ActivityType] -> Encoding # | |
FromJSON ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry parseJSON :: Value -> Parser ActivityType # parseJSONList :: Value -> Parser [ActivityType] # |
newtype ResultType Source #
Instances
Eq ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry (==) :: ResultType -> ResultType -> Bool # (/=) :: ResultType -> ResultType -> Bool # | |
Show ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry showsPrec :: Int -> ResultType -> ShowS # show :: ResultType -> String # showList :: [ResultType] -> ShowS # | |
ToJSON ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry toJSON :: ResultType -> Value # toEncoding :: ResultType -> Encoding # toJSONList :: [ResultType] -> Value # toEncodingList :: [ResultType] -> Encoding # | |
FromJSON ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry parseJSON :: Value -> Parser ResultType # parseJSONList :: Value -> Parser [ResultType] # |
pattern ResultTypeProgress :: ResultType Source #