napkin-runtime
Safe HaskellNone
LanguageGHC2024

Napkin.Run.Effects.Interpreters.LocalFile

Documentation

runLocalFileIO :: forall (m :: Type -> Type) (r :: EffectRow) a. (Members '[Embed m, Log :: (Type -> Type) -> Type -> Type] r, MonadIO m) => SpecPaths -> Sem ((LocalFile :: (Type -> Type) -> Type -> Type) ': r) a -> Sem r a #