Typicalc/src/main/java/edu/kit/typicalc/model
2021-02-11 21:54:52 +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 LatexCreator for let and const 2021-02-04 13:16:09 +01:00
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 Unification tests, miscellaneous code style fixes 2021-01-30 10:32:15 +01:00
Model.java Model und ModelImpl 2021-01-27 21:59:39 +01:00
ModelImpl.java TypeAssumptionParser und ModelImpl angepasst 2021-02-03 13:40:56 +01:00
package-info.java Test for TypeVariableFactory, refactor TypeVariableKind due to typo 2021-01-30 14:21:25 +01:00
Substitution.java Implement TypeInferenceResult 2021-01-31 12:15:10 +01:00
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 visitLet() test; for that add several equals()-methods; return constraints in right order in Tree::getConstraints() 2021-02-11 15:15:49 +01:00
TypeInferer.java fix checkstyle 2021-02-11 15:17:51 +01:00
TypeInfererInterface.java implement let in TypeInferers 2021-02-04 11:41:08 +01:00
TypeInfererLet.java fix checkstyle 2021-02-11 15:17:51 +01:00
TypeVariableFactory.java Test for TypeVariableFactory, refactor TypeVariableKind due to typo 2021-01-30 14:21:25 +01:00
Unification.java add newly created constraints to other end of constraint list in unification 2021-02-11 21:54:52 +01:00
UnificationError.java Unification tests, miscellaneous code style fixes 2021-01-30 10:32:15 +01:00
UnificationStep.java Test for TypeInferenceResult::getType(); sort mgu by kind, then index; checkstyle 2021-02-03 07:50:52 +01:00