Skip to content

Instantly share code, notes, and snippets.

@mandubian
Last active November 12, 2017 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mandubian/3bd0f5f3371a646b5b8fc098b074bc00 to your computer and use it in GitHub Desktop.
Save mandubian/3bd0f5f3371a646b5b8fc098b074bc00 to your computer and use it in GitHub Desktop.
// in the context of a Category
def f: A => B = ???
// ≌ representing isomorphism
f ○ Id ≌ Id ○ f ≌ f
// associativity
(h ○ g) ○ f ≌ h ○ (g ○ f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment