Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
class AutoInstrument a where Source #
Instances
MonadUnliftIO m => AutoInstrument (m a) Source # | |
Defined in AutoInstrument.Internal.Types | |
AutoInstrument b => AutoInstrument (a -> b) Source # | |
Defined in AutoInstrument.Internal.Types |