Skip to content

Instantly share code, notes, and snippets.

@cesartl
Created May 7, 2020 08:44
Show Gist options
  • Save cesartl/ec249d0ab5d9e089cd294091d6624d8f to your computer and use it in GitHub Desktop.
Save cesartl/ec249d0ab5d9e089cd294091d6624d8f to your computer and use it in GitHub Desktop.
public interface Semigroup<A> {
public abstract fun A.combine(b: A): A
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment