Skip to content

Instantly share code, notes, and snippets.

@jasondown
Last active February 12, 2019 21:52
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/4edb4a2026c863041f942183af169067 to your computer and use it in GitHub Desktop.
Save jasondown/4edb4a2026c863041f942183af169067 to your computer and use it in GitHub Desktop.
type Goto = Module -> string // <--- Remains unchanged
// type Collect = SampleData -> string // <--- Replaced by next two
type CollectNewSample = Rank -> string
type CollectCloudSample = DiagnosedSampleData -> string
type Analyze = UndiagnosedSampleData -> string // <--- New type of move
type Gather = MoleculeType -> string // <--- Remains unchanged
type Produce = DiagnosedSampleData -> string // <--- Change SampleData to DiagnosedSampleData
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment