Skip to content

Commit

Permalink
missing notation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaptch committed Jun 12, 2024
1 parent 39c6ddf commit 179a0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/examples/delim_lang/logrel.v
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ Proof.
Qed.

Theorem adequacy (e : expr ∅) (k : nat) σ n :
(typed_expr □ Tnat e Tnat Tnat)
(empty_env; ℕ ⊢ₑ e : ℕ; ℕ)%type
ssteps (gReifiers_sReifier rs) (𝒫 (interp_expr rs e ı_scope)) ([], ())
(Ret k : IT _ natO) σ n →
∃ mm, steps (Cexpr e) (Cret $ LitV k) mm.
Expand Down

0 comments on commit 179a0f0

Please sign in to comment.