Skip to content

Instantly share code, notes, and snippets.

@cohalz
Last active January 3, 2016 20:29
Show Gist options
  • Save cohalz/8515160 to your computer and use it in GitHub Desktop.
Save cohalz/8515160 to your computer and use it in GitHub Desktop.
let f1 x1 x2 x3 = x1 + x2 + x3
let f2 f x1 = f (x1 + x1) + x1
let f3 f = f (1) (1) + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment