Datasets:
Re-extract: full statement+proof, normalized schema, provenance
Browse files- README.md +1 -5
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -23,8 +23,6 @@ dataset_info:
|
|
| 23 |
- {name: imports, list: string}
|
| 24 |
- {name: deps, list: string}
|
| 25 |
- {name: docstring, dtype: string}
|
| 26 |
-
- {name: line_start, dtype: int64}
|
| 27 |
-
- {name: line_end, dtype: int64}
|
| 28 |
- {name: source_url, dtype: string}
|
| 29 |
- {name: commit, dtype: string}
|
| 30 |
splits:
|
|
@@ -61,8 +59,6 @@ Structured dataset of definitions and theorems from the Coq standard library.
|
|
| 61 |
| imports | list[string] | File-level `Require`/`Import` modules |
|
| 62 |
| deps | list[string] | Intra-corpus identifiers referenced |
|
| 63 |
| docstring | string | Preceding documentation comment, empty if absent |
|
| 64 |
-
| line_start | int | First source line |
|
| 65 |
-
| line_end | int | Last source line |
|
| 66 |
| source_url | string | Upstream repository |
|
| 67 |
| commit | string | Upstream commit extracted |
|
| 68 |
|
|
@@ -111,7 +107,7 @@ gt_pred_stt : forall n m, m > S n -> pred m > n
|
|
| 111 |
:= fun n m Hgt => proj1 (Nat.lt_succ_lt_pred n m) Hgt.
|
| 112 |
```
|
| 113 |
|
| 114 |
-
- type: Definition | symbolic_name: `gt_pred_stt` | theories/Arith/Arith_base.v
|
| 115 |
|
| 116 |
## Use
|
| 117 |
|
|
|
|
| 23 |
- {name: imports, list: string}
|
| 24 |
- {name: deps, list: string}
|
| 25 |
- {name: docstring, dtype: string}
|
|
|
|
|
|
|
| 26 |
- {name: source_url, dtype: string}
|
| 27 |
- {name: commit, dtype: string}
|
| 28 |
splits:
|
|
|
|
| 59 |
| imports | list[string] | File-level `Require`/`Import` modules |
|
| 60 |
| deps | list[string] | Intra-corpus identifiers referenced |
|
| 61 |
| docstring | string | Preceding documentation comment, empty if absent |
|
|
|
|
|
|
|
| 62 |
| source_url | string | Upstream repository |
|
| 63 |
| commit | string | Upstream commit extracted |
|
| 64 |
|
|
|
|
| 107 |
:= fun n m Hgt => proj1 (Nat.lt_succ_lt_pred n m) Hgt.
|
| 108 |
```
|
| 109 |
|
| 110 |
+
- type: Definition | symbolic_name: `gt_pred_stt` | theories/Arith/Arith_base.v
|
| 111 |
|
| 112 |
## Use
|
| 113 |
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93f047c5ac99b8c0945bd62fcc2ab33121ef08c4abd52908459b409e0bf02aaa
|
| 3 |
+
size 2236574
|