Skip to content

Commit 8b71d99

Browse files
committed
Cleanup
1 parent ed137ae commit 8b71d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Init/Omega/IntList.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Authors: Kim Morrison
66
module
77

88
prelude
9-
-- import Init.Data.List.Zip
109
public import Init.Data.Int.DivMod.Bootstrap
1110
public import Init.Data.Nat.Gcd
1211

1312
public section
1413

1514
@[expose] section
1615

16+
-- We replay some `List` theory here in order to avoid importing `List` theory.
1717
namespace List
1818

1919
private theorem getElem?_cons_succ {l : List α} : (a::l)[i+1]? = l[i]? := rfl

0 commit comments

Comments
 (0)