Napkin.Run.Effects.Interpreters.LocalFile
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 #