add Unfold'

This commit is contained in:
Andreas Stadelmeier 2024-11-18 23:45:53 +01:00
parent 8413a6df05
commit a5b9cf1524

View File

@ -313,6 +313,12 @@ described in chapter \ref{sec:translation}.
\type{T}_i \doteq \type{T}_i
}
\and
\inferrule[Unfold']{
\tv{b} \lessdot \exptype{C}{\type{T}_1 \ldots \type{T}_n}
}{
\type{T}_i \doteq \type{T}_i
}
\and
\inferrule[Subst-Param]{
\type{T}' \doteq \type{S} \\
\type{T} \doteq \exptype{C}{\type{T}_1 \ldots, \type{T}', \ldots \type{T}_n} \\