Skip to content

Instantly share code, notes, and snippets.

@mikhailshilkov
Created December 19, 2018 22:54
Show Gist options
  • Save mikhailshilkov/92a7910bdae08b3e94da9a2dcbf5bfae to your computer and use it in GitHub Desktop.
Save mikhailshilkov/92a7910bdae08b3e94da9a2dcbf5bfae to your computer and use it in GitHub Desktop.
type Reservation =
{
Kid: Customer
Product: Product
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment