Skip to content

Instantly share code, notes, and snippets.

@isaacabraham
Last active February 15, 2016 23:54
Show Gist options
  • Save isaacabraham/b002dc6495447918b773 to your computer and use it in GitHub Desktop.
Save isaacabraham/b002dc6495447918b773 to your computer and use it in GitHub Desktop.
let calculateFormScan results =
(0, results)
||> List.scan(fun (runningTotal:int) result -> (result |> convertToPoints) + runningTotal)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment