Skip to content

Instantly share code, notes, and snippets.

@jasondown
Last active March 16, 2022 21:10
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/9189dd10fe0a900c02957fb50dbea9cf to your computer and use it in GitHub Desktop.
Save jasondown/9189dd10fe0a900c02957fb50dbea9cf 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
| _, _, _, Module.Molecules ->
gather (getRequiredMolecule me mySamples.Head)
| _, _, _, _ ->
goto Module.Molecules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment