Skip to content

Instantly share code, notes, and snippets.

@justinhj
Created December 8, 2019 04:29
Show Gist options
  • Save justinhj/a69971c6cce62207cbfb9d487b6118a6 to your computer and use it in GitHub Desktop.
Save justinhj/a69971c6cce62207cbfb9d487b6118a6 to your computer and use it in GitHub Desktop.
trait Semigroup[A] {
def combine(x: A, y: A): A
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment