Skip to content

Instantly share code, notes, and snippets.

@mandubian
Created November 11, 2017 19:47
Show Gist options
  • Save mandubian/adf0a5448afb32fc4d4b7d9ff9d08577 to your computer and use it in GitHub Desktop.
Save mandubian/adf0a5448afb32fc4d4b7d9ff9d08577 to your computer and use it in GitHub Desktop.
def f: A => B = ???
def g: B => C = ???
def h: A => C = g compose f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment