Debug Ausgabe anfügen

This commit is contained in:
JanUlrich 2016-04-12 10:06:58 +02:00
parent 3bb2153b6a
commit f630f93a3d

View File

@ -359,6 +359,7 @@ public class SourceFile
return cardprodret;
});
*/
typinferenzLog.debug("\nUnifiziere Constraints:\n"+constraints, Section.TYPEINFERENCE);
Set<Set<UnifyPair>> unifyResult = new Unify().unify(constraints, finiteClosure);
Menge<Menge<Pair>> convertedResult = unifyResult.parallelStream().<Menge<Pair>>map((Set<UnifyPair> resultSet)->{