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 declarations from the Paco library - a Coq library for parameterized
|
|
| 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 |
|
|
@@ -104,7 +100,7 @@ id_match_stream {A} (s:stream A) : stream A
|
|
| 104 |
end.
|
| 105 |
```
|
| 106 |
|
| 107 |
-
- type: Definition | symbolic_name: `id_match_stream` | src/examples.v
|
| 108 |
|
| 109 |
## Use
|
| 110 |
|
|
|
|
| 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 |
|
|
|
|
| 100 |
end.
|
| 101 |
```
|
| 102 |
|
| 103 |
+
- type: Definition | symbolic_name: `id_match_stream` | src/examples.v
|
| 104 |
|
| 105 |
## Use
|
| 106 |
|
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:2d1cc902e91cb1c1870e11ac28c6a12058a5b6b49f13d20b32093d49c315c9f5
|
| 3 |
+
size 191792
|