Add to constraints intro

This commit is contained in:
JanUlrich 2024-03-06 09:36:36 +01:00
parent e49b87b549
commit ecd2975129

View File

@ -9,6 +9,9 @@
%\subsection{Well-Formedness}
Constraint generation step is the same as in \cite{TIforFGJ} except for field access and method invocation.
Here \fjtype{} generates capture constraints instead of normal subtype constraints.
The constraint generation step cannot determine if a capture conversion is needed for a field access or a method call.
Those statements produce $\lessdotCC$ constraints which signal the \unify{} algorithm that they qualify for a capture conversion.