General Information
Tutorials
Reference Manuals
Libraries
Translation Tasks
Tools
Administration
|
|
New Features of Eli Version 4.2
Four constant definitions have been added to the OIL library in an effort
to simplify code using it and to bring its interface more into line with
other interfaces in the Eli system.
These new definitions do not change the library's functionality in any way:
OilInvalidType
- The type to which all types can be coerced, and which can be coerced to any
type.
This is the value returned by
OilErrorType() .
OilInvalidOp
- The invalid operator, resulting from an operator identification failure.
This is the value returned by
OilErrorOp() .
OilEmptyArgSig
- The empty signature, used in constructing signatures.
This is the value returned by
OilNewArgSig() .
OilEmptySetSig
- The empty type set signature, used in constructing argument lists.
This is the value returned by
OilNewSetSig() .
|