Skip to content

Commit f2f1a8d

Browse files
committed
Remove unnecessary repeated attribute command
1 parent b0a80b1 commit f2f1a8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

HumanEvalLean/Common/Brackets.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ theorem maxBalance_append {l m : List Paren} :
111111
def minBalance (l : List Paren) : Int :=
112112
(0...=l.length).toList.map (fun k => balance (l.take k)) |>.min (by simp)
113113

114-
attribute [simp] Std.Rcc.mem_toList_iff_mem Std.Rcc.mem_iff
115-
116114
@[grind! .]
117115
theorem minBalance_nonpos (l : List Paren) : minBalance l ≤ 0 := by
118116
rw [minBalance]

0 commit comments

Comments
 (0)