Skip to content

Instantly share code, notes, and snippets.

@ccorcos
Created March 2, 2017 04:36
Show Gist options
  • Save ccorcos/b935a7936344eb63a6d27daaba98321e to your computer and use it in GitHub Desktop.
Save ccorcos/b935a7936344eb63a6d27daaba98321e to your computer and use it in GitHub Desktop.
const string = str => sequence(str.split('').map(char))
string('abc')('abcdefg')
// => { success: true, rest: 'defg' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment