We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed137ae commit 8b71d99Copy full SHA for 8b71d99
src/Init/Omega/IntList.lean
@@ -6,14 +6,14 @@ Authors: Kim Morrison
6
module
7
8
prelude
9
--- import Init.Data.List.Zip
10
public import Init.Data.Int.DivMod.Bootstrap
11
public import Init.Data.Nat.Gcd
12
13
public section
14
15
@[expose] section
16
+-- We replay some `List` theory here in order to avoid importing `List` theory.
17
namespace List
18
19
private theorem getElem?_cons_succ {l : List α} : (a::l)[i+1]? = l[i]? := rfl
0 commit comments