Created
          June 9, 2017 23:51 
        
      - 
      
- 
        Save chenglou/ac9c9773c74342c25f6e7391a76756e9 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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