Skip to content

Instantly share code, notes, and snippets.

@jasondown
Last active December 30, 2018 16:33
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/309d67d7ddf3448bfc5b2bf3e3d8db4f to your computer and use it in GitHub Desktop.
Save jasondown/309d67d7ddf3448bfc5b2bf3e3d8db4f to your computer and use it in GitHub Desktop.
// previous getMove code above
match mySamples.Length, samplesReady.Length, cloudSamples.Length, me.Location with
| _, sr, _, Module.Laboratory when sr > 0 ->
produce samplesReady.Head
| _, sr, _, _ when sr > 0 ->
goto Module.Laboratory
// more to come
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment