Skip to content

Instantly share code, notes, and snippets.

@polarina
Created May 9, 2012 23:31
Show Gist options
  • Save polarina/2649744 to your computer and use it in GitHub Desktop.
Save polarina/2649744 to your computer and use it in GitHub Desktop.
(--\) operator
main = let a --\ b = a + b in print (3 --\ 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment