Skip to content

Instantly share code, notes, and snippets.

@ccorcos
Created March 2, 2017 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccorcos/9510ac6cece73054886e14874d4b2f5a to your computer and use it in GitHub Desktop.
Save ccorcos/9510ac6cece73054886e14874d4b2f5a to your computer and use it in GitHub Desktop.
const between = (l, p, r) => sequence([l, p, r]).map(v => v[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment