napkin-runtime-2.0.0
Safe HaskellNone
LanguageGHC2024

Napkin.Run.Effects.Interpreters.Template

Documentation

runTemplateIO :: forall {k} (m :: Type -> Type) (b :: k) (r :: EffectRow) a. (Member (Embed m) r, TemplateIO m b) => Maybe InterpreterInstance -> InterpolationMode -> Sem ((Template :: (Type -> Type) -> Type -> Type) ': r) a -> Sem r a #