Skip to content

Instantly share code, notes, and snippets.

@gsg
Created August 5, 2016 10:50
Show Gist options
  • Save gsg/1fc768420911470bd564ba7e0783cb77 to your computer and use it in GitHub Desktop.
Save gsg/1fc768420911470bd564ba7e0783cb77 to your computer and use it in GitHub Desktop.
type test =
| Int of int
| Float of float
| Num of Num.num [@printer fun fmt num -> fprintf fmt "%s" (Num.string_of_num num)]
[@@deriving show]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment