All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 2m28s
new file: resources/AllgemeinTest/UncurrierMain.jav modified: resources/KPSPresentation/Faculty.jav modified: resources/KPSPresentation/Main.jav new file: resources/KPSPresentation/MainFaculty.jav new file: resources/KPSPresentation/MainOL.jav modified: resources/KPSPresentation/MatrixOP.jav modified: resources/KPSPresentation/OL.jav modified: src/test/java/KPSPresentation.java
9 lines
152 B
Java
9 lines
152 B
Java
import Uncurrier;
|
|
import java.lang.Integer;
|
|
|
|
class UncurrierMain {
|
|
meth(y) {
|
|
var uc = new Uncurrier() ;
|
|
uc.uncurry(x -> x+1);
|
|
}
|
|
} |