Skip to content

Instantly share code, notes, and snippets.

@devanarch
Created April 30, 2018 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devanarch/fcff1af343a3d9ab02f7344d4ef4824a to your computer and use it in GitHub Desktop.
Save devanarch/fcff1af343a3d9ab02f7344d4ef4824a to your computer and use it in GitHub Desktop.
let add2 = (+) 2
let add3 = (+) 3
let add5 = add2 >> add3
let add10 = ((+) 3) >> ((+) 7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment