Skip to content

Instantly share code, notes, and snippets.

@vivekramaswamy
Created July 28, 2019 12:29
Show Gist options
  • Save vivekramaswamy/24e4a3e4ac16649ab11efe7d99c782a8 to your computer and use it in GitHub Desktop.
Save vivekramaswamy/24e4a3e4ac16649ab11efe7d99c782a8 to your computer and use it in GitHub Desktop.
show pointfree
--not pointfree
addAndDrop x y = x+1
--PointfreeVersion
addAndDrop = const.(1 +)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment