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