Skip to content

Instantly share code, notes, and snippets.

@lforite
Created November 17, 2020 09:25
Show Gist options
  • Select an option

  • Save lforite/97d77fcf81a160d6c6ca47edbbfa4d1c to your computer and use it in GitHub Desktop.

Select an option

Save lforite/97d77fcf81a160d6c6ca47edbbfa4d1c to your computer and use it in GitHub Desktop.
Cats make signature Scala
// from Cats code source
def make[F[_], A](acquire: F[A])(release: A => F[Unit])(implicit F: Functor[F]): Resource[F, A]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment