Error Number: 856
Mizar Message:
Inaccessible requirements directive
Description
A
requirements directive needs prerequisite information that is not being supplied by the other environment directives.
For the complete set of requirements, the minimum vocabulary is:
environ
constructors NUMBERS, XCMPLX_0, XXREAL_0;
requirements SUBSET, BOOLE, NUMERALS, REAL, ARITHM;
Example
In this example, XXREAL_0 is missing in the constructors directive:
environ
constructors NUMBERS, XCMPLX_0; :: missing XXREAL_0
requirements SUBSET, BOOLE, NUMERALS, REAL, ARITHM;
::> *856
begin
::>
::> 856: Inaccessible requirements directive