(* Signature tests -- should print nothing *) module A : sig type t end = struct type t = unit let f (x: t) = (x, x) end let f (x: A.t) = (x, x)