Skip to content

Instantly share code, notes, and snippets.

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