Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created September 28, 2017 10:20
Show Gist options
  • Save NMZivkovic/70aa3f8d58b958ad274977acb81934db to your computer and use it in GitHub Desktop.
Save NMZivkovic/70aa3f8d58b958ad274977acb81934db to your computer and use it in GitHub Desktop.
let getShapeHeight shape =
match shape with
| Rectangle(width = h) -> h
| Circle(radius = r) -> 2. * r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment