Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OTel.API.Common.KV
Documentation
class KV (kv :: Type) where Source #
Associated Types
type KVConstraints kv :: Type -> Type -> Constraint Source #
Methods
(.@) :: KVConstraints kv from to => Key to -> from -> kv infixr 8 Source #
Instances
KV (AttrsBuilder af) Source # | |
Defined in OTel.API.Common.Internal Associated Types type KVConstraints (AttrsBuilder af) :: Type -> Type -> Constraint Source # Methods (.@) :: KVConstraints (AttrsBuilder af) from to => Key to -> from -> AttrsBuilder af Source # |