sig
  type t = {{Int}}
  type repr = {{repr}}
  val make : Ocamlduce.Int.repr -> Ocamlduce.Int.t
  val get : Ocamlduce.Int.t -> Ocamlduce.Int.repr
end