Module Make.Object_idSource

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