Skip to content

Instantly share code, notes, and snippets.

@wjlow
Created May 28, 2018 06:10
Show Gist options
  • Save wjlow/67ccc610c5b71b25b775b07ddffe8c7c to your computer and use it in GitHub Desktop.
Save wjlow/67ccc610c5b71b25b775b07ddffe8c7c to your computer and use it in GitHub Desktop.
trait Sink[F[_], A] {
  def apply(a: A): F[Unit]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment