Module MakeBaseNode.Unique

type v = V.v

Type of the values being converted to unique integers.

val id : v -> int

Get an integer that uniquely identifies v.

  • parameter x

    the value for which we want a unique identifier