Skip to content

Instantly share code, notes, and snippets.

@mandubian
Last active November 11, 2017 14:44
Show Gist options
  • Save mandubian/8441cc66268dffa3baf88cd38fb42842 to your computer and use it in GitHub Desktop.
Save mandubian/8441cc66268dffa3baf88cd38fb42842 to your computer and use it in GitHub Desktop.
Category
trait Cat[->[_, _]] {
def id[A]: A -> A
def ○[A, B, C]: (B -> C) => (A -> B) => (A -> C)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment