Files
mercury/tests/invalid/tricky_assert.err_exp
2024-05-30 20:42:34 +10:00

439 B

tricky_assert.m:010: In interface for module `tricky_assert':
tricky_assert.m:010: error: this exported promise refers to predicate
tricky_assert.m:010: `tricky_assert.local'/0, which is not exported from
tricky_assert.m:010: module `tricky_assert'.
tricky_assert.m:010: Either move the promise into the implementation section,
tricky_assert.m:010: or move the definition into the interface.