Module Example_ocamldoc


module Example_ocamldoc: sig .. end
This is the Example_ocamldoc module.


Author(s): GROSSHANS Nathan


class ['a] pair : 'a -> 'a -> object .. end
Polymorphic class of pairs.
class virtual representable : object .. end
A virtual representable class.
exception Invalid_scalar
Exception used to indicate use of an invalid scalar (infinity, neg_infinity and nan).
class vector : int -> int -> object .. end
Class of two-dimensional integral vectors.
class point : int -> int -> object .. end
Class of two-dimensional integral points.