Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OTel.API.Baggage.Internal
Contents
Synopsis
- newtype BaggageT m a = BaggageT {
- runBaggageT :: BaggageBackend -> m a
- mapBaggageT :: forall m n a b. (m a -> n b) -> BaggageT m a -> BaggageT n b
- newtype BaggageBackend = BaggageBackend {}
- defaultBaggageBackend :: BaggageBackend
Disclaimer
In general, changes to this module will not be reflected in the library's version updates. Direct use of this module should be done with utmost care, otherwise invariants will easily be violated.
Constructors
BaggageT | |
Fields
|
Instances
mapBaggageT :: forall m n a b. (m a -> n b) -> BaggageT m a -> BaggageT n b Source #
newtype BaggageBackend Source #
Constructors
BaggageBackend | |
Fields |