Skip to content

Instantly share code, notes, and snippets.

@kunigami
Created October 2, 2017 05:10
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 kunigami/ee487d8e1e2e71dd9c12c43c81a7f1ac to your computer and use it in GitHub Desktop.
Save kunigami/ee487d8e1e2e71dd9c12c43c81a7f1ac to your computer and use it in GitHub Desktop.
let updater' = fun (x, y) -> if index mod 2 == 0
then (updater x, y)
else (x, updater y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment