e11y-0.1.0.0: An event-oriented observability library
CopyrightCopyright 2024 Shea Levy.
LicenseApache-2.0
Maintainershea@shealevy.com
Safe HaskellSafe-Inferred
LanguageGHC2021

Observe.Event.Compat

Description

 
Synopsis

Documentation

type MonadTransMonadConstraint (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) = () :: Constraint Source #

Work around lack of MonadTrans monad-preserving superconstraint in older transformers.