We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8589848 commit d312befCopy full SHA for d312bef
Loda/Test/CommandTest.lean
@@ -22,8 +22,7 @@ open Env
22
Ast.IntegerOp.add (Ast.Expr.constBool True) (Ast.Expr.constBool True) hΓ hΓ
23
obtain ⟨vv, hv_eq⟩ := int_refintype_implies_exists_int_value 1000 σ Δ Γ "x" (Expr.constBool True) hΓ hσ
24
have h_sub := two_mul_I 1000 σ Δ Γ "x" vv hv_eq
25
- simp [h_delta, Γ, Ast.v] at h_sub
26
- simp [h_delta, Ast.v] at h_body
+ simp [h_delta, Γ, Ast.v] at h_sub h_body
27
exact Ty.TypeJudgment.TE_SUB h_sub h_body
28
}
29
0 commit comments