Skip to content

Commit 9a2fe07

Browse files
committed
fix test
1 parent bcec192 commit 9a2fe07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lean/run/grind_getElem.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ attribute [grind]
66
List.getElem_cons
77
List.getElem?_cons List.getElem?_nil
88

9-
theorem getElem?_eq_some_iff {l : List α} : l[i]? = some a ↔ ∃ h : i < l.length, l[i] = a := by
9+
example {l : List α} : l[i]? = some a ↔ ∃ h : i < l.length, l[i] = a := by
1010
induction l generalizing i <;> grind

0 commit comments

Comments
 (0)