Skip to content

Commit d0d9c4e

Browse files
Fix typo
1 parent 50fdd82 commit d0d9c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typechecker.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
(begin ((pie-info-hook) x-loc `(binding-site ,A-out))
159159
(go `(Σ ((,z ,A-out)) ,D-out)))))]
160160
['Trivial (go 'Trivial)]
161-
[`(LiΓ ,E)
162-
(go-on ((E-out (is-type Γ E)))
161+
[`(List ,E)
162+
(go-on ((E-out (is-type Γ r E)))
163163
(go `(List ,E-out)))]
164164
['Absurd (go 'Absurd)]
165165
[`(= ,A ,from ,to)

0 commit comments

Comments
 (0)