Created
September 8, 2017 17:05
-
-
Save derBingle/659ab96f0bb4274a4de1a4bc98c1b7e4 to your computer and use it in GitHub Desktop.
Convert an OCaml file to Reason and copy to clipboard.
This file contains 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
function recp () { | |
refmt --parse ml --print re "$@" | pbcopy; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment