Skip to content

Instantly share code, notes, and snippets.

@JefClaes
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save JefClaes/af76848299db8451489d to your computer and use it in GitHub Desktop.

Select an option

Save JefClaes/af76848299db8451489d to your computer and use it in GitHub Desktop.
Spinning the wheel in F# (2)
let (physicalWheel : PhysicalWheel) =
[
{ Label = Miss };
{ Label = Miss };
{ Label = Win };
{ Label = Miss }
] |> Seq.ofList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment