mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 11:54:02 +00:00
Estimated hours taken: 0.5 runtests: A script to compare actual and expected error outputs from the compiler. Mmake: Don't test types.m, since we don't pass it, and lambda_type_bad, since the tested code is no longer invalid. *.err_exp: The expected error outputs.
6 lines
61 B
Mathematica
6 lines
61 B
Mathematica
:- module predmode.
|
|
|
|
:- interface.
|
|
|
|
:- pred p(int::in, int).
|