Skip to content

Instantly share code, notes, and snippets.

@isaacabraham
Created February 15, 2016 23:53
Show Gist options
  • Save isaacabraham/9ea5f3e502c4688627d8 to your computer and use it in GitHub Desktop.
Save isaacabraham/9ea5f3e502c4688627d8 to your computer and use it in GitHub Desktop.
let calculateFormScan results =
(0, results |> List.map convertToPoints)
||> List.scan (+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment