Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +81 -0
- tier01-init/Init.Classical.export +0 -0
- tier01-init/Init.Core.export +0 -0
- tier01-init/Init.Data.Array.Basic.export +0 -0
- tier01-init/Init.Data.Char.Basic.export +0 -0
- tier01-init/Init.Data.Fin.Basic.export +0 -0
- tier01-init/Init.Data.Int.Basic.export +0 -0
- tier01-init/Init.Data.List.Basic.export +0 -0
- tier01-init/Init.Data.List.Lemmas.export +3 -0
- tier01-init/Init.Data.Nat.Basic.export +0 -0
- tier01-init/Init.Data.Nat.Lemmas.export +3 -0
- tier01-init/Init.Data.Option.Basic.export +0 -0
- tier01-init/Init.Data.String.Basic.export +3 -0
- tier01-init/Init.Data.UInt.Basic.export +3 -0
- tier01-init/Init.Prelude.export +0 -0
- tier01-init/Init.PropLemmas.export +0 -0
- tier02-std/Std.Data.DHashMap.export +3 -0
- tier02-std/Std.Data.DTreeMap.export +3 -0
- tier02-std/Std.Data.HashMap.export +3 -0
- tier02-std/Std.Data.HashSet.export +3 -0
- tier02-std/Std.Data.TreeMap.export +3 -0
- tier02-std/Std.Data.TreeSet.export +3 -0
- tier02-std/Std.Sat.CNF.export +3 -0
- tier02-std/Std.Tactic.BVDecide.export +3 -0
- tier03-lean/Lean.Data.Name.export +3 -0
- tier03-lean/Lean.Data.PersistentHashMap.export +3 -0
- tier03-lean/Lean.Data.RBMap.export +0 -0
- tier03-lean/Lean.Declaration.export +3 -0
- tier03-lean/Lean.Elab.Command.export +3 -0
- tier03-lean/Lean.Elab.Term.export +3 -0
- tier03-lean/Lean.Environment.export +3 -0
- tier03-lean/Lean.Expr.export +3 -0
- tier03-lean/Lean.Level.export +3 -0
- tier03-lean/Lean.LocalContext.export +3 -0
- tier03-lean/Lean.Meta.Basic.export +3 -0
- tier03-lean/Lean.Meta.InferType.export +3 -0
- tier03-lean/Lean.Meta.Reduce.export +3 -0
- tier03-lean/Lean.Meta.WHNF.export +3 -0
- tier04-batteries-data/Batteries.Data.Array.Basic.export +3 -0
- tier04-batteries-data/Batteries.Data.Array.Lemmas.export +3 -0
- tier04-batteries-data/Batteries.Data.BitVec.Basic.export +3 -0
- tier04-batteries-data/Batteries.Data.Fin.Basic.export +3 -0
- tier04-batteries-data/Batteries.Data.Fin.Lemmas.export +3 -0
- tier04-batteries-data/Batteries.Data.HashMap.Basic.export +3 -0
- tier04-batteries-data/Batteries.Data.Int.export +3 -0
- tier04-batteries-data/Batteries.Data.List.Basic.export +3 -0
- tier04-batteries-data/Batteries.Data.List.Lemmas.export +3 -0
- tier04-batteries-data/Batteries.Data.Nat.Basic.export +3 -0
- tier04-batteries-data/Batteries.Data.Nat.Lemmas.export +3 -0
- tier04-batteries-data/Batteries.Data.RBMap.Basic.export +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,84 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
tier01-init/Init.Data.List.Lemmas.export filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
tier01-init/Init.Data.Nat.Lemmas.export filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
tier01-init/Init.Data.String.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
tier01-init/Init.Data.UInt.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
tier02-std/Std.Data.DHashMap.export filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
tier02-std/Std.Data.DTreeMap.export filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
tier02-std/Std.Data.HashMap.export filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
tier02-std/Std.Data.HashSet.export filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
tier02-std/Std.Data.TreeMap.export filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
tier02-std/Std.Data.TreeSet.export filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
tier02-std/Std.Sat.CNF.export filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
tier02-std/Std.Tactic.BVDecide.export filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
tier03-lean/Lean.Data.Name.export filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
tier03-lean/Lean.Data.PersistentHashMap.export filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
tier03-lean/Lean.Declaration.export filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
tier03-lean/Lean.Elab.Command.export filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
tier03-lean/Lean.Elab.Term.export filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
tier03-lean/Lean.Environment.export filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
tier03-lean/Lean.Expr.export filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
tier03-lean/Lean.Level.export filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
tier03-lean/Lean.LocalContext.export filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
tier03-lean/Lean.Meta.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
tier03-lean/Lean.Meta.InferType.export filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
tier03-lean/Lean.Meta.Reduce.export filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
tier03-lean/Lean.Meta.WHNF.export filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
tier04-batteries-data/Batteries.Data.Array.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
tier04-batteries-data/Batteries.Data.Array.Lemmas.export filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
tier04-batteries-data/Batteries.Data.BitVec.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
tier04-batteries-data/Batteries.Data.Fin.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
tier04-batteries-data/Batteries.Data.Fin.Lemmas.export filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
tier04-batteries-data/Batteries.Data.HashMap.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
tier04-batteries-data/Batteries.Data.Int.export filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
tier04-batteries-data/Batteries.Data.List.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
tier04-batteries-data/Batteries.Data.List.Lemmas.export filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
tier04-batteries-data/Batteries.Data.Nat.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 95 |
+
tier04-batteries-data/Batteries.Data.Nat.Lemmas.export filter=lfs diff=lfs merge=lfs -text
|
| 96 |
+
tier04-batteries-data/Batteries.Data.RBMap.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 97 |
+
tier04-batteries-data/Batteries.Data.String.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 98 |
+
tier04-batteries-data/Batteries.Data.Vector.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 99 |
+
tier05-batteries-tactic/Batteries.Lean.HashMap.export filter=lfs diff=lfs merge=lfs -text
|
| 100 |
+
tier05-batteries-tactic/Batteries.Lean.Meta.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 101 |
+
tier05-batteries-tactic/Batteries.Lean.Meta.Expr.export filter=lfs diff=lfs merge=lfs -text
|
| 102 |
+
tier05-batteries-tactic/Batteries.Lean.Syntax.export filter=lfs diff=lfs merge=lfs -text
|
| 103 |
+
tier05-batteries-tactic/Batteries.Tactic.Alias.export filter=lfs diff=lfs merge=lfs -text
|
| 104 |
+
tier05-batteries-tactic/Batteries.Tactic.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 105 |
+
tier05-batteries-tactic/Batteries.Tactic.Exact.export filter=lfs diff=lfs merge=lfs -text
|
| 106 |
+
tier05-batteries-tactic/Batteries.Tactic.Lint.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 107 |
+
tier06-mathlib-data/Mathlib.Data.Bool.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 108 |
+
tier06-mathlib-data/Mathlib.Data.Fin.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 109 |
+
tier06-mathlib-data/Mathlib.Data.Int.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 110 |
+
tier06-mathlib-data/Mathlib.Data.Int.Order.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 111 |
+
tier06-mathlib-data/Mathlib.Data.List.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 112 |
+
tier06-mathlib-data/Mathlib.Data.Nat.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 113 |
+
tier06-mathlib-data/Mathlib.Data.Nat.Prime.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 114 |
+
tier06-mathlib-data/Mathlib.Data.Option.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 115 |
+
tier06-mathlib-data/Mathlib.Logic.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 116 |
+
tier07-mathlib-algebra/Mathlib.Algebra.Field.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 117 |
+
tier07-mathlib-algebra/Mathlib.Algebra.Group.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 118 |
+
tier07-mathlib-algebra/Mathlib.Algebra.Group.Defs.export filter=lfs diff=lfs merge=lfs -text
|
| 119 |
+
tier07-mathlib-algebra/Mathlib.Algebra.Order.Monoid.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 120 |
+
tier07-mathlib-algebra/Mathlib.Algebra.Ring.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 121 |
+
tier07-mathlib-algebra/Mathlib.Algebra.Ring.Defs.export filter=lfs diff=lfs merge=lfs -text
|
| 122 |
+
tier07-mathlib-algebra/Mathlib.GroupTheory.Perm.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 123 |
+
tier08-mathlib-analysis/Mathlib.Analysis.Normed.Field.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 124 |
+
tier08-mathlib-analysis/Mathlib.Analysis.SpecialFunctions.Pow.Real.export filter=lfs diff=lfs merge=lfs -text
|
| 125 |
+
tier08-mathlib-analysis/Mathlib.Order.Filter.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 126 |
+
tier08-mathlib-analysis/Mathlib.Topology.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 127 |
+
tier08-mathlib-analysis/Mathlib.Topology.MetricSpace.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 128 |
+
tier08-mathlib-analysis/Mathlib.Topology.Order.export filter=lfs diff=lfs merge=lfs -text
|
| 129 |
+
tier09-mathlib-category/Mathlib.CategoryTheory.Category.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 130 |
+
tier09-mathlib-category/Mathlib.CategoryTheory.Functor.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 131 |
+
tier09-mathlib-category/Mathlib.CategoryTheory.Iso.export filter=lfs diff=lfs merge=lfs -text
|
| 132 |
+
tier09-mathlib-category/Mathlib.CategoryTheory.Limits.Shapes.Terminal.export filter=lfs diff=lfs merge=lfs -text
|
| 133 |
+
tier09-mathlib-category/Mathlib.CategoryTheory.NatTrans.export filter=lfs diff=lfs merge=lfs -text
|
| 134 |
+
tier09-mathlib-category/Mathlib.CategoryTheory.Yoneda.export filter=lfs diff=lfs merge=lfs -text
|
| 135 |
+
tier10-mathlib-advanced/Mathlib.Data.Tree.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 136 |
+
tier10-mathlib-advanced/Mathlib.Data.W.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 137 |
+
tier10-mathlib-advanced/Mathlib.GroupTheory.QuotientGroup.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 138 |
+
tier10-mathlib-advanced/Mathlib.Logic.Equiv.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 139 |
+
tier10-mathlib-advanced/Mathlib.SetTheory.Cardinal.Basic.export filter=lfs diff=lfs merge=lfs -text
|
| 140 |
+
tier10-mathlib-advanced/Mathlib.SetTheory.Ordinal.Basic.export filter=lfs diff=lfs merge=lfs -text
|
tier01-init/Init.Classical.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier01-init/Init.Core.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier01-init/Init.Data.Array.Basic.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier01-init/Init.Data.Char.Basic.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier01-init/Init.Data.Fin.Basic.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier01-init/Init.Data.Int.Basic.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier01-init/Init.Data.List.Basic.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier01-init/Init.Data.List.Lemmas.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3251ebfe53a06bb9459f4f8f3dbcaa794c657446e95557439c9b3f43e320b8fa
|
| 3 |
+
size 15175629
|
tier01-init/Init.Data.Nat.Basic.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier01-init/Init.Data.Nat.Lemmas.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7521ed7d139394f760484a855a60379068a07b63c22679f0ada88b7c3b08f168
|
| 3 |
+
size 13188429
|
tier01-init/Init.Data.Option.Basic.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier01-init/Init.Data.String.Basic.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3de3507f5d8521086c720e28532eabdbd3617944d29a22eb5caa1fdeb9399847
|
| 3 |
+
size 68185613
|
tier01-init/Init.Data.UInt.Basic.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fff999b84b1cc7baa08a71b7325ea4f392057fd48468043a653808455b58976
|
| 3 |
+
size 14105986
|
tier01-init/Init.Prelude.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier01-init/Init.PropLemmas.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier02-std/Std.Data.DHashMap.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eee9097413986de8984a8e3ba5170968663aac5126d12b0952635f8950509b4
|
| 3 |
+
size 118414924
|
tier02-std/Std.Data.DTreeMap.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4060383abc43a0e18a03e25477c4de900f7b51b31a7f7cf6310a9fef3d1a625
|
| 3 |
+
size 120290208
|
tier02-std/Std.Data.HashMap.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7819a9a9426aae1058cdb14f7c696b85a0251daf1b6eb5e20d44fc6d0ad950de
|
| 3 |
+
size 120283079
|
tier02-std/Std.Data.HashSet.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dfa9eb62336cb8be0819ba0eda3df800f618f88bfd2274c2ad3baa69765089d
|
| 3 |
+
size 121108750
|
tier02-std/Std.Data.TreeMap.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd4c961b6a2e7f5ec840c82e7134136ab5dbb76c5f950a74a2d632cf0b4706d9
|
| 3 |
+
size 121579924
|
tier02-std/Std.Data.TreeSet.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4df07903278f769eb6461760fd9fbf84821151bf3b18ba13b77b5fc87dcb8e70
|
| 3 |
+
size 122207102
|
tier02-std/Std.Sat.CNF.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:320fb3f491f591352265e7f3c86f57bb7654b06f87319969714e26a81d1ce99a
|
| 3 |
+
size 68514508
|
tier02-std/Std.Tactic.BVDecide.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:056f78f10d9886ed3bf5795d4fb8475322851d89ec809656981b7b06dce83b42
|
| 3 |
+
size 182876386
|
tier03-lean/Lean.Data.Name.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5b8f7e0d4dc03b0acbf48626c4245feb809290f8e3f2101c55595c1a0230efe
|
| 3 |
+
size 70195849
|
tier03-lean/Lean.Data.PersistentHashMap.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ebc45659fe5f54228071abecaa21ab22cf0257ffd5580d28e09d600742c83ed
|
| 3 |
+
size 68470873
|
tier03-lean/Lean.Data.RBMap.export
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tier03-lean/Lean.Declaration.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80aa520633621dfb49f904d574c290ac50b3e80bd00afbbc6cbafb0acedfe609
|
| 3 |
+
size 99326732
|
tier03-lean/Lean.Elab.Command.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e8d57bd52767521f736b050ed691f9d5fb62f8c54caa55f2b9351241fae047c
|
| 3 |
+
size 196508373
|
tier03-lean/Lean.Elab.Term.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2dd729a58914c96b917317c59ae8881e955b823dc0c0b709c514e110e2a8667
|
| 3 |
+
size 183471564
|
tier03-lean/Lean.Environment.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cf3a325626a75b24132db18a98644f6691bb04bdcf998f720f517b8043ac727
|
| 3 |
+
size 120000829
|
tier03-lean/Lean.Expr.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:caf364588f50936002ac7fafcaaeff9e43e32a5a14e0756780f72c8753826af7
|
| 3 |
+
size 98752452
|
tier03-lean/Lean.Level.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5abc001ea4ad48c9713810ab68add9e963917a75a63654063f64cd084d5372cc
|
| 3 |
+
size 97830179
|
tier03-lean/Lean.LocalContext.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d1e736f6745cf63cde61de3062214d85573bd6aa7883f5aa3c0b44ab1c5cefe
|
| 3 |
+
size 99662585
|
tier03-lean/Lean.Meta.Basic.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33433618a0cfcef9b6b278297a6f24de59a1dd3514168b449c78589974f840f1
|
| 3 |
+
size 136893599
|
tier03-lean/Lean.Meta.InferType.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cf6030d959fa5dc9984df1b38abe23b345da9c0561779da4030cec38e0024b9
|
| 3 |
+
size 136969722
|
tier03-lean/Lean.Meta.Reduce.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab9a7fd144604cbee58f03de2e97e50a2d2797188e20f46f84c577d95142e6d7
|
| 3 |
+
size 137019105
|
tier03-lean/Lean.Meta.WHNF.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50918e9c421c5b5c706862221c74ae8d2c6f33890f5c3bee3a3090e636dfa85c
|
| 3 |
+
size 137777759
|
tier04-batteries-data/Batteries.Data.Array.Basic.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a78ed201b5e27ef8abb895c0abb6297fe9a536240af3c856f08f745ea98ca603
|
| 3 |
+
size 146407608
|
tier04-batteries-data/Batteries.Data.Array.Lemmas.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15148f49f23a86b0b957bd5f9d32533fdd9f35f6ad71bb6d272aac4720e9c74a
|
| 3 |
+
size 233074778
|
tier04-batteries-data/Batteries.Data.BitVec.Basic.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06c730a6c811ed262c6617fc6d0b8228bfbc0cd55bbe181ce74826497a9da0f4
|
| 3 |
+
size 146395555
|
tier04-batteries-data/Batteries.Data.Fin.Basic.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d994092681d67a4c58e31630630a89174c14f229d56ac333f25bac4625f94464
|
| 3 |
+
size 229448090
|
tier04-batteries-data/Batteries.Data.Fin.Lemmas.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7c9153eca1bdb0c9555b757a43d4dba71bb111e8439f5deb6c5afd25447f8bb
|
| 3 |
+
size 231425470
|
tier04-batteries-data/Batteries.Data.HashMap.Basic.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b4af9672bce2b2ab2c197892cfeba042d721cb28eaec4f25ca8e21a5da38191
|
| 3 |
+
size 229347103
|
tier04-batteries-data/Batteries.Data.Int.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bd76022f15f8eae78510ff31eb8d20c89f4d286e832f936d4ef4a1dd18f8145
|
| 3 |
+
size 229402547
|
tier04-batteries-data/Batteries.Data.List.Basic.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd97095fc5d9fb5f84eef19f7dbe5c455943ba8b2cdebece78df50ab293b724f
|
| 3 |
+
size 230694364
|
tier04-batteries-data/Batteries.Data.List.Lemmas.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e24e51ddcf3f48f7b9cb703dbc9875c8cc5fa97d98f8f0c02f372bd50ac05525
|
| 3 |
+
size 233060945
|
tier04-batteries-data/Batteries.Data.Nat.Basic.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba703df486d40aa3881d26a23806dbb4e1ce6ec52c68001061a31370e9e5f76f
|
| 3 |
+
size 146422442
|
tier04-batteries-data/Batteries.Data.Nat.Lemmas.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9eb2c9d103a7dd23d9d9653e3e7822a65ae8b1c9c48f80de7a8ed872d053f0c
|
| 3 |
+
size 229370883
|
tier04-batteries-data/Batteries.Data.RBMap.Basic.export
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1532c4aeefc844518a01cee46926ab26130b8987285de6183fed467afea9b0b2
|
| 3 |
+
size 224667788
|