Skip to content

Instantly share code, notes, and snippets.

@jessepollak
Last active December 29, 2015 08:29
Show Gist options
  • Save jessepollak/7643778 to your computer and use it in GitHub Desktop.
Save jessepollak/7643778 to your computer and use it in GitHub Desktop.
let array1 = [| 1; 2; 3; 4 |]
let array2 = [| 1; 2; 3 |]
Array.zip array1 array2
// => raises ArgumentException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment