Files
mercury/tests/invalid/polymorphic_unification.err_exp
Fergus Henderson 54b670597f Update the expected output for this test case to reflect my
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.
2001-08-11 09:21:21 +00:00

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'.