Last active
March 16, 2022 21:10
-
-
Save jasondown/9189dd10fe0a900c02957fb50dbea9cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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