Make unification "predicate" smarter such that it does not result in an infinite type generator

Issue #680 new
Joachim Jansen created an issue

Attached file throws an infinite type generation error from XSB. However, it occurs trying to execute X = 1. During "normal execution", X must bound, so this becomes int(X), X = 1.

However, these cases could be detected such that this error is not generated.

Comments (1)

  1. Log in to comment