| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
AutoInstrument.Internal.Types
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 | |