|  |  4.13.2 module expressions 
A module expression is:
 
an identifier of type module
a function returning module
module expressions combined by the arithmetic operation +
multiplication of a module expression with an ideal or a poly expression: *
a type cast to module
 
See
 Type conversion and casting;
 ideal;
 poly;
 vector.
 
 |