Skip to content

Instantly share code, notes, and snippets.

@dnaumenko
Created February 11, 2020 12:40
Show Gist options
  • Save dnaumenko/a1106b5b7b09e59ac00388f117beb555 to your computer and use it in GitHub Desktop.
Save dnaumenko/a1106b5b7b09e59ac00388f117beb555 to your computer and use it in GitHub Desktop.
private[env] abstract class CatsInstance {
implicit def emptyRuntime[Ctx](implicit provideEmptyEnv: ProvideEnv[Ctx]): Runtime[Ctx] = {
Runtime[Ctx](provideEmptyEnv.provide, PlatformLive.Default)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment