Skip to content

Commit

Permalink
extrinsic erasure
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchapman committed Jan 14, 2020
1 parent ef2a342 commit a701b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metatheory/Scoped/Erasure.lagda
Expand Up @@ -38,7 +38,7 @@ eraseList (t ∷ ts) = eraseTm t ∷ eraseList ts
eraseTm (` x) = ` (eraseVar x)
eraseTm (Λ K t) = eraseTm t
eraseTm (t ·⋆ A) = eraseTm t
eraseTm (ƛ A t) = ƛ {!!} (eraseTm t)
eraseTm (ƛ A t) = ƛ (eraseTm t)
eraseTm (t · u) = eraseTm t · eraseTm u
eraseTm (con c) = con (eraseTC c)
eraseTm (error A) = error
Expand Down

0 comments on commit a701b4b

Please sign in to comment.