Skip to content

Instantly share code, notes, and snippets.

@cesartl
Last active May 9, 2020 13:58
Show Gist options
  • Save cesartl/a69115b51705eb9e77e6e8adf43eca88 to your computer and use it in GitHub Desktop.
Save cesartl/a69115b51705eb9e77e6e8adf43eca88 to your computer and use it in GitHub Desktop.
class FooSemigroup : Semigroup<Foo>{
override fun Foo.combine(f: Foo): Foo{
return ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment