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