Skip to content

Instantly share code, notes, and snippets.

@jasondown
Last active March 16, 2022 21:09
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 jasondown/a0bdea60ec602d1b4487bd731d349694 to your computer and use it in GitHub Desktop.
Save jasondown/a0bdea60ec602d1b4487bd731d349694 to your computer and use it in GitHub Desktop.
// previous GetMove code above
match mySamples.Length, samplesReady.Length, cloudSamples.Length, me.Location with
// previous match expressions here
| ms, _, cs, Module.Diagnosis when ms = 0 && cs > 0 ->
collect cloudSamples.Head
| ms, _, cs, _ when ms = 0 && cs > 0 ->
goto Module.Diagnosis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment