Module Make.Object_id

type t = [
  1. | `int of int
  2. | `string of string
]
val to_string : t -> string