Created
March 3, 2015 07:37
-
-
Save gsg/3b29693c80ba2210c080 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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