mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 05:43:53 +00:00
Estimated hours taken: 1 Branches: main, release tests/invalid/polymorphic_unification.err_exp: Update the expected output for this test case to reflect my recent change to compiler/modecheck_unify.m. My recent change actually made the compiler's output for this case less informative, but this case is pretty rare, and it's better to give less informative output in some cases that to give incorrect output in some cases.
6 lines
392 B
Plaintext
6 lines
392 B
Plaintext
polymorphic_unification.m:019: In clause for `p(in, ((list:list_skel) -> dead))':
|
|
polymorphic_unification.m:019: in polymorphically-typed unification:
|
|
polymorphic_unification.m:019: mode error: variable `HeadVar__2' has instantiatedness `(list:list_skel)',
|
|
polymorphic_unification.m:019: expected instantiatedness was `ground' or `any'.
|
|
For more information, try recompiling with `-E'.
|