module Var: sig .. end
sig
end
type t = int
int
val fresh : unit -> t
unit -> t
val to_string : t -> string
t -> string