Skip to content

Instantly share code, notes, and snippets.

@francescoagati
Created June 7, 2015 21:09
Show Gist options
  • Save francescoagati/69ac823ceb0a68652cdb to your computer and use it in GitHub Desktop.
Save francescoagati/69ac823ceb0a68652cdb to your computer and use it in GitHub Desktop.
slambda3
import Slambda.fn;
fn(_ + 1);
fn(x => x + 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment