module Oo: BatOoval copy : (< .. > as 'a) -> 'aOo.copy o returns a copy of object o, that is a fresh
object with the same methods and instance variables as o
val id : < .. > -> intReturn an integer identifying this object, unique for the current execution of the program.
module Internal:sig..end