Skip to content

Instantly share code, notes, and snippets.

@gsg
Created March 3, 2015 07:37
Show Gist options
  • Select an option

  • Save gsg/3b29693c80ba2210c080 to your computer and use it in GitHub Desktop.

Select an option

Save gsg/3b29693c80ba2210c080 to your computer and use it in GitHub Desktop.
type _ value =
| Any : 'a value
| Float : float -> float value
| String : string -> string value
let print_string_value x =
match x with
| Any -> ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment