Typicalc/src/main/java/edu/kit/typicalc/model
2021-02-12 12:31:45 +01:00
..
parser use LinkedHashMap for typeAssumptions so they appear sorted in the tree 2021-02-11 10:12:17 +01:00
step delete accidentally pasted line 2021-02-11 15:20:37 +01:00
term
type Misc. adjustments 2021-02-08 09:52:09 +01:00
Conclusion.java Fix code style issues 2021-02-05 17:22:43 +01:00
Constraint.java
Model.java
ModelImpl.java
package-info.java
Substitution.java
Tree.java visitLet() test; for that add several equals()-methods; return constraints in right order in Tree::getConstraints() 2021-02-11 15:15:49 +01:00
TypeInferenceResult.java make final type look consistent to Übungsblatt 2021-02-12 12:31:45 +01:00
TypeInferer.java fix checkstyle 2021-02-11 15:17:51 +01:00
TypeInfererInterface.java
TypeInfererLet.java fix checkstyle 2021-02-11 15:17:51 +01:00
TypeVariableFactory.java
Unification.java add newly created constraints to other end of constraint list in unification 2021-02-11 21:54:52 +01:00
UnificationError.java
UnificationStep.java