Cardano.BM.Data.AggregatedKind
data AggregatedKind Source #
Constructors
Fields
Defined in Cardano.BM.Data.AggregatedKind
Methods
(==) :: AggregatedKind -> AggregatedKind -> Bool #
(/=) :: AggregatedKind -> AggregatedKind -> Bool #
readsPrec :: Int -> ReadS AggregatedKind #
readList :: ReadS [AggregatedKind] #
readPrec :: ReadPrec AggregatedKind #
readListPrec :: ReadPrec [AggregatedKind] #
showsPrec :: Int -> AggregatedKind -> ShowS #
show :: AggregatedKind -> String #
showList :: [AggregatedKind] -> ShowS #
Associated Types
type Rep AggregatedKind :: Type -> Type #
from :: AggregatedKind -> Rep AggregatedKind x #
to :: Rep AggregatedKind x -> AggregatedKind #
toJSON :: AggregatedKind -> Value Source #
toEncoding :: AggregatedKind -> Encoding Source #
toJSONList :: [AggregatedKind] -> Value Source #
toEncodingList :: [AggregatedKind] -> Encoding Source #
parseJSON :: Value -> Parser AggregatedKind Source #
parseJSONList :: Value -> Parser [AggregatedKind] Source #