Skip to content

Instantly share code, notes, and snippets.

@chenglou
Created June 9, 2017 23:51
Show Gist options
  • Save chenglou/ac9c9773c74342c25f6e7391a76756e9 to your computer and use it in GitHub Desktop.
Save chenglou/ac9c9773c74342c25f6e7391a76756e9 to your computer and use it in GitHub Desktop.
let bumpCount a=> {
print_endline "Bumping the number!";
a+1;
};
/* refmt --in-place theFile.re */
let bumpCount a => {
print_endline "Bumping the number!";
a + 1
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment