Skip to content

Instantly share code, notes, and snippets.

@kunigami
Created June 11, 2018 05:37
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/b2e0d2f47487657e85d2af818bc2fe99 to your computer and use it in GitHub Desktop.
Save kunigami/b2e0d2f47487657e85d2af818bc2fe99 to your computer and use it in GitHub Desktop.
let sum arr = List.fold_left (+) 0 arr
let () = Js.log (sum [10; 20; 30])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment