int ->
int ->
object ('a)
  method eq : '-> bool
  method first : int
  method move : Example_ocamldoc.vector -> unit
  method second : int
  method string_representation : string
  method x : int
  method y : int
end