Skip to content

Commit d312bef

Browse files
committed
update
1 parent 8589848 commit d312bef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Loda/Test/CommandTest.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ open Env
2222
Ast.IntegerOp.add (Ast.Expr.constBool True) (Ast.Expr.constBool True) hΓ hΓ
2323
obtain ⟨vv, hv_eq⟩ := int_refintype_implies_exists_int_value 1000 σ Δ Γ "x" (Expr.constBool True) hΓ hσ
2424
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
25+
simp [h_delta, Γ, Ast.v] at h_sub h_body
2726
exact Ty.TypeJudgment.TE_SUB h_sub h_body
2827
}
2928

0 commit comments

Comments
 (0)