Skip to content

Instantly share code, notes, and snippets.

@jrsonline
Created January 26, 2018 23:13
Show Gist options
  • Save jrsonline/b5d478505bae46b599a2ac26889e805a to your computer and use it in GitHub Desktop.
Save jrsonline/b5d478505bae46b599a2ac26889e805a to your computer and use it in GitHub Desktop.
Unapplied function
// unapplied function
// think of an 'unapplied type constructor' like this
let incrementFunction = { a in a + 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment