Skip to content

Instantly share code, notes, and snippets.

@felixrabe
Created September 19, 2014 22:46
Show Gist options
  • Save felixrabe/ba665f80284a2d14bc55 to your computer and use it in GitHub Desktop.
Save felixrabe/ba665f80284a2d14bc55 to your computer and use it in GitHub Desktop.
Syntax explorations
result(fn1(in1, in2, in3), fn2(in4, in5))
result (fn1 in1 in2 in3) (fn2 in4 in5)
result
fn1 in1 in2 in3
fn2 in4 in5
result
fn1
in1
in2
in3
fn2
in4
in5
in1
in2
in3
fn1
in4
in5
fn2
result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment