napkin-1.0.0
Safe HaskellNone
LanguageGHC2021

Napkin.Run.Effects.Interpreters.AnnotateRead

Documentation

runAnnotateReadIO :: forall (m :: Type -> Type) bk (r :: EffectRow) a. (AnnotateReadIO m bk, Members '[Embed m, FatalError :: (Type -> Type) -> Type -> Type] r) => BackendConn bk -> Sem ((AnnotateRead bk :: (Type -> Type) -> Type -> Type) ': r) a -> Sem r a #