Skip to content

Instantly share code, notes, and snippets.

@dubzzz
Created May 7, 2018 21:19
Show Gist options
  • Save dubzzz/63b9b044283301468c8793a3bcede55b to your computer and use it in GitHub Desktop.
Save dubzzz/63b9b044283301468c8793a3bcede55b to your computer and use it in GitHub Desktop.
fc.assert(
fc.property(
fc.string(),
v => unzip(zip(v)) === v));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment