Created
May 17, 2020 18:34
-
-
Save eMdOS/840e97d49c0aa64084d7c23bcbf803b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public protocol Monoid: Semigroup { | |
static var empty: Self { get } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment