mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 05:43:53 +00:00
Estimated hours taken: 0.25 tests/invalid/*.err_exp: Update the test results to reflect the new warnings about modules with no exports.
18 lines
931 B
Plaintext
18 lines
931 B
Plaintext
occurs.m: 1: Warning: interface for module `occurs' does not export anything.
|
|
occurs.m:008: In clause for predicate `occurs:p/0':
|
|
occurs.m:008: warning: variable `X' occurs only once in this scope.
|
|
occurs.m:008: In clause for `p':
|
|
occurs.m:008: mode error in unification of `X' and `occurs:f(X)'.
|
|
occurs.m:008: Variable `X' has instantiatedness `free',
|
|
occurs.m:008: term `occurs:f(X)'
|
|
occurs.m:008: has instantiatedness `occurs:f(free)'.
|
|
occurs.m:018: In clause for `p3':
|
|
occurs.m:018: mode error in unification of `X' and `occurs:f(X)'.
|
|
occurs.m:018: Variable `X' has instantiatedness `unique(occurs:f(free))',
|
|
occurs.m:018: term `occurs:f(X)'
|
|
occurs.m:018: has instantiatedness `occurs:f(unique(occurs:f(free)))'.
|
|
occurs.m:010: In `p2':
|
|
occurs.m:010: warning: determinism declaration could be tighter.
|
|
occurs.m:010: Declared `semidet', inferred `failure'.
|
|
For more information, try recompiling with `-E'.
|