Re-extract: full statement+proof, normalized schema, provenance
Browse files- README.md +2 -2
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -54,7 +54,7 @@ Declarations from cooltt, a cubical/computational type theory system.
|
|
| 54 |
|
| 55 |
| Column | Type | Description |
|
| 56 |
|--------|------|-------------|
|
| 57 |
-
| fact | string |
|
| 58 |
| statement | string | Signature with the leading keyword removed (verbatim slice) |
|
| 59 |
| proof | string | Verbatim proof/body, empty if none |
|
| 60 |
| type | string | Declaration keyword |
|
|
@@ -87,7 +87,7 @@ Declarations from cooltt, a cubical/computational type theory system.
|
|
| 87 |
## Example
|
| 88 |
|
| 89 |
```coq
|
| 90 |
-
|
| 91 |
elim [
|
| 92 |
| zero => +0L 0
|
| 93 |
| suc {x => ih} =>
|
|
|
|
| 54 |
|
| 55 |
| Column | Type | Description |
|
| 56 |
|--------|------|-------------|
|
| 57 |
+
| fact | string | Verbatim declaration with the leading keyword removed: signature and body/proof joined |
|
| 58 |
| statement | string | Signature with the leading keyword removed (verbatim slice) |
|
| 59 |
| proof | string | Verbatim proof/body, empty if none |
|
| 60 |
| type | string | Declaration keyword |
|
|
|
|
| 87 |
## Example
|
| 88 |
|
| 89 |
```coq
|
| 90 |
+
+0R : (x : nat) → path nat {+ x 0} x :=
|
| 91 |
elim [
|
| 92 |
| zero => +0L 0
|
| 93 |
| suc {x => ih} =>
|
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:4225c3a55508ca0a10f33d87210f499d0db9133524889cbd099e4182969e1809
|
| 3 |
+
size 43394
|