Files
mercury/compiler
Fergus Henderson ce9c578a0e Fix some bugs with higher-order preds in data structures.
Estimated hours taken: 2

Fix some bugs with higher-order preds in data structures.

modes.m:
	Make sure we don't try to insert higher-order preds
	unifications into the unify_request queue.

polymorphism.m:
	Make sure that we handle higher-order unifications by
	calling builtin_unify_pred (which does a runtime error)
	rather than trying to find the non-existent unification
	predicate for the pred type.
1996-01-04 18:38:09 +00:00
..
1995-12-30 21:59:17 +00:00