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