Skip to content

Commit 3e60c00

Browse files
committed
Fix
1 parent db75b31 commit 3e60c00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

HumanEvalLean/HumanEval28.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ def concatenate (strings : List String) : String :=
55

66
theorem toList_concatenate {strings : List String} :
77
(concatenate strings).toList = strings.flatMap String.toList := by
8-
-- https://github.com/leanprover/lean4/pull/13091
98
simp [concatenate]
109

1110
/-!

0 commit comments

Comments
 (0)