sig
  type -'a t = private Int64.t
  val cast : Int64.t -> 'WTypes.Id.t
  val of_string : string -> 'WTypes.Id.t
  val to_string : 'WTypes.Id.t -> string
end