Skip to content

Commit

Permalink
Rename discr to match paper
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed May 28, 2024
1 parent 873af06 commit 05921a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theories/Examples.v
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ Proof.
- apply rtyping_triv.
Qed.

Definition erased_nat_discr :=
Definition discr :=
lam mGhost (Erased tnat) (
reveal (var 0)
(lam mGhost (Erased tnat) (gheq (Erased tnat) (hide tzero) (gS (var 0)) ⇒[ 0 | 0 / mProp | mProp ] bot))
Expand All @@ -352,8 +352,8 @@ Definition erased_nat_discr :=
))
).

Lemma type_erased_nat_discr :
[] ⊢ erased_nat_discr :
Lemma type_discr :
[] ⊢ discr :
Pi 0 0 mProp mGhost (Erased tnat) (
(gheq (Erased tnat) (hide tzero) (gS (var 0))) ⇒[ 0 | 0 / mProp | mProp ]
bot
Expand Down

0 comments on commit 05921a0

Please sign in to comment.