The user may install binary methods for this operator with code such as
X * Y := (x,y) -> ...where X is the class of x and Y is the class of y .
* x -- unary operator available to the user. A method may be installed with code such as
* X := x -> ...
Go to main index.
Go to concepts index.