• Joined on 2023-12-15
pl commented on issue JavaTX/JavaCompilerCore#386 2026-01-13 16:59:38 +00:00
zip-Methode

Das liegt an den Constraints Für

  • Cons :: (T, List) -> C
  • zip :: (Cons<>, Cons<>) -> BC ergeben sich aus new Cons<Object>(new Tuple<T,R>(x, y), zip(xs, ys)) die Constraints:
pl commented on issue JavaTX/JavaCompilerCore#386 2026-01-11 17:12:37 +00:00
zip-Methode

Es fehlt allerdings der Fall TPH BE = Empty und TPH BH = Empty. Evl. muss bei Code-Generierung für Pattern Oder-Constraints angelegt werden.

pl commented on issue JavaTX/JavaCompilerCore#386 2026-01-11 17:06:22 +00:00
zip-Methode

Ja die Lösungen mit Object sind korrekt: In

new Cons(new Tuple(x, y), zip(xs, ys));

ist new Tuple(x, y) <. Object und zip(xs, ys)::Cons<Object) also Cons

pl opened issue JavaTX/JavaCompilerCore#386 2026-01-11 16:58:48 +00:00
zip-Methode
pl pushed to master at JavaTX/JavaCompilerCore 2026-01-09 12:49:13 +00:00
2be1537cb0 y2 -> ys
pl pushed to KPS2025 at JavaTX/JavaCompilerCore 2025-10-10 08:38:20 +00:00
9c519d0746 new file: resources/AllgemeinTest/Uncurrier.jav
pl opened issue JavaTX/JavaCompilerCore#380 2025-09-28 13:20:05 +00:00
Return-Typ vom switch wird falsch bestimmt
pl opened issue JavaTX/JavaCompilerCore#379 2025-09-26 12:44:34 +00:00
Conversion und von Integer und Double
pl pushed to KPS2025 at JavaTX/JavaCompilerCore 2025-09-24 16:35:35 +00:00
db040d590e modified: Main.jav
pl pushed to KPS2025 at JavaTX/JavaCompilerCore 2025-09-24 13:58:03 +00:00
f496ff13b8 new file: ../applyLambda.jav
642ecc9a50 modified: ../Id.jav
Compare 2 commits »
pl opened issue JavaTX/JavaCompilerCore#378 2025-09-24 12:32:57 +00:00
Probleme mit Fun1$$LTPH <X> und Fun1$$<X>
pl created branch KPS2025 in JavaTX/JavaCompilerCore 2025-09-24 11:54:30 +00:00
pl pushed to KPS2025 at JavaTX/JavaCompilerCore 2025-09-24 11:54:30 +00:00
a0e59eebe8 new file: AddEle.jav
pl opened issue JavaTX/JavaCompilerCore#377 2025-09-18 15:17:29 +00:00
Integration von Functional Interfaces
pl pushed to master at JavaTX/JavaCompilerCore 2025-09-18 14:44:02 +00:00
e9ce071e2b modified: src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/StatementGenerator.java
Compare 2 commits »
pl opened issue JavaTX/JavaCompilerCore#376 2025-09-18 14:01:08 +00:00
Covertierungsproblem Byte nach Integer
pl opened issue RubenKraft/JavaTXLanguageServer#41 2025-09-17 08:14:28 +00:00
Generics Results fehlen beim der Asynchronen Variante
pl opened issue RubenKraft/JavaTXLanguageServer#40 2025-09-17 08:13:47 +00:00
Pfade entfernen
pl opened issue RubenKraft/JavaTXLanguageServer#39 2025-09-17 08:13:18 +00:00
Anzeigen gehen kaputt
pl opened issue RubenKraft/JavaTXLanguageServer#38 2025-09-17 08:11:59 +00:00
Falsche Generics erzeugt