diff --git a/theories/logrel/term_typing_rules.v b/theories/logrel/term_typing_rules.v index c70cf6dd56a3f609d950fc2f5c1159f314640895..9d953dd0c4ad25ae7ae16bc2d4c266e458120ba7 100644 --- a/theories/logrel/term_typing_rules.v +++ b/theories/logrel/term_typing_rules.v @@ -144,6 +144,7 @@ Section term_typing_rules. iApply (wp_wand with "He'"). by iIntros (w) "[$ _]". Qed. + (* TODO: This might be derivable from rec value rule *) Lemma ltyped_val_lam x e A1 A2 : ((env_cons x A1 []) ⊨ e : A2 ⫤ []) -∗ ⊨ᵥ (λ: x, e) : A1 ⊸ A2.