Skip to content

Commit

Permalink
improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
HuStmpHrrr committed Oct 16, 2024
1 parent dd6e0b7 commit 6d99564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Core/Soundness/NatCases.v
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Proof.
assert {{ ⊢ Δ, ℕ }} by mauto 3.
assert {{ Δ, ℕ ⊢ A[q σ] : Type@i }} by mauto 3.
assert {{ ⊢ Δ, ℕ, A[q σ] }} by mauto 2.
unshelve assert {{ Δ ⊢ M : ℕ }} by mauto 3; [constructor |].
assert {{ Δ ⊢ M : ℕ }} by mautosolve 3.
assert {{ Δ ⊢ ℕ : Type@0 }} by mauto 3.
assert {{ Δ ⊢ ℕ[σ] ≈ ℕ : Type@0 }} by mauto 3.
assert {{ Δ ⊢ M : ℕ[σ] }} by mauto 3.
Expand Down

0 comments on commit 6d99564

Please sign in to comment.