Skip to content

Commit

Permalink
Synthesize self for tvars
Browse files Browse the repository at this point in the history
  • Loading branch information
bkase committed May 20, 2021
1 parent 99db512 commit 4410cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified 9-type-aliases-redux/latex/kind-judgements.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions 9-type-aliases-redux/latex/kind-judgements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
\inferrule[KSVar]{
t : \hkappa \in \hPhi
} {
\kindSyn{\Delta;\hPhi}{t}{\hkappa}
\kindSyn{\Delta;\hPhi}{t}{\KSing{t}}
}
\and
\inferrule[KSUVar]{
Expand Down Expand Up @@ -338,7 +338,7 @@
\inferrule[TElabSVar]{
t : \hkappa \in \hPhi
} {
\elabSyn{\hPhi}{t}{\hkappa}{t}{\EmptyDelta}
\elabSyn{\hPhi}{t}{\KSing{t}}{t}{\EmptyDelta}
}
\and
\inferrule[TElabSUVar]{
Expand Down

0 comments on commit 4410cd5

Please sign in to comment.