napkin-1.0.0
Safe HaskellNone
LanguageGHC2021

Napkin.Run.Effects.Interpreters.Template

Documentation

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