mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-17 02:13:54 +00:00
8 lines
291 B
Plaintext
8 lines
291 B
Plaintext
:- module term_errors.
|
|
:- interface.
|
|
:- import_module io, bag, std_util, term, list, bool.
|
|
:- import_module hlds_module.
|
|
:- type (term_errors:error) == (std_util:pair((term:context), (term_errors:termination_error))).
|
|
:- type (term_errors:termination_error).
|
|
:- type (term_errors:eqn_soln).
|