Merge branch 'targetBytecode' of gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode
This commit is contained in:
commit
69f44c2927
@ -24,13 +24,14 @@ public class Iteration {
|
|||||||
var help;
|
var help;
|
||||||
help = m2(x, y);
|
help = m2(x, y);
|
||||||
var y2 = help.snd();
|
var y2 = help.snd();
|
||||||
return new Pair<>(y2,x);
|
return new Pair<>(x,y2);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m2(x,y) {
|
m2(x,y) {
|
||||||
var help = m1(x, y);
|
var help = m1(x, y);
|
||||||
var x2 = help.fst();
|
var x2 = help.fst();
|
||||||
return new Pair<>(y, x2);
|
return new Pair<>(x2, y);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user