Skip to content

Instantly share code, notes, and snippets.

@derBingle
Created September 8, 2017 17:05
Show Gist options
  • Save derBingle/659ab96f0bb4274a4de1a4bc98c1b7e4 to your computer and use it in GitHub Desktop.
Save derBingle/659ab96f0bb4274a4de1a4bc98c1b7e4 to your computer and use it in GitHub Desktop.
Convert an OCaml file to Reason and copy to clipboard.
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