correct support for goal expansion (bug report from Paulo Moura)

This commit is contained in:
Vítor Santos Costa
2012-11-07 13:49:54 +00:00
parent 2a737fe22b
commit f74164c642
8 changed files with 121 additions and 61 deletions

View File

@@ -384,6 +384,7 @@
FunctorGPrimitive = FuncAdjust(FunctorGPrimitive);
FunctorGVar = FuncAdjust(FunctorGVar);
FunctorGeneratePredInfo = FuncAdjust(FunctorGeneratePredInfo);
FunctorGoalExpansion2 = FuncAdjust(FunctorGoalExpansion2);
FunctorGoalExpansion = FuncAdjust(FunctorGoalExpansion);
FunctorHandleThrow = FuncAdjust(FunctorHandleThrow);
FunctorId = FuncAdjust(FunctorId);