Skip to content

Instantly share code, notes, and snippets.

@souhe
Created November 19, 2018 17:16
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 souhe/05a0170ad6f8901ba467fd460bc70c44 to your computer and use it in GitHub Desktop.
Save souhe/05a0170ad6f8901ba467fd460bc70c44 to your computer and use it in GitHub Desktop.
type review = Bad(string) | Neutral | Awesome;
let handleOptionChange = review => {
/* saving the review somewhere */
}
handleOptionChange(Bad("I hate ReasonML"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment