Skip to content

Instantly share code, notes, and snippets.

@pvpshoot
Last active April 21, 2017 11:09
Show Gist options
  • Save pvpshoot/6c03c4b36d60227d098099d3d157d7e9 to your computer and use it in GitHub Desktop.
Save pvpshoot/6c03c4b36d60227d098099d3d157d7e9 to your computer and use it in GitHub Desktop.
Debug fucntion for compose
const trace = tag => x => {
console.log(tag, x);
return x;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment