Debug Ausgabe anfügen
This commit is contained in:
parent
3bb2153b6a
commit
f630f93a3d
@ -359,6 +359,7 @@ public class SourceFile
|
|||||||
return cardprodret;
|
return cardprodret;
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
|
typinferenzLog.debug("\nUnifiziere Constraints:\n"+constraints, Section.TYPEINFERENCE);
|
||||||
Set<Set<UnifyPair>> unifyResult = new Unify().unify(constraints, finiteClosure);
|
Set<Set<UnifyPair>> unifyResult = new Unify().unify(constraints, finiteClosure);
|
||||||
|
|
||||||
Menge<Menge<Pair>> convertedResult = unifyResult.parallelStream().<Menge<Pair>>map((Set<UnifyPair> resultSet)->{
|
Menge<Menge<Pair>> convertedResult = unifyResult.parallelStream().<Menge<Pair>>map((Set<UnifyPair> resultSet)->{
|
||||||
|
Loading…
Reference in New Issue
Block a user