File size: 1,455 Bytes
0ade413
8d9c520
 
 
 
 
 
 
 
 
 
 
 
 
 
0ade413
8d9c520
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
license: bsd-3-clause
task_categories:
  - text-generation
  - feature-extraction
language:
  - en
tags:
  - theorem-proving
  - formal-methods
  - coq
  - stdpp
  - iris
size_categories:
  - 1K<n<10K
---

# Coq-Stdpp

Structured dataset of formalizations from the std++ library (used by Iris).

## Dataset Description

- **Source:** [iris/stdpp](https://gitlab.mpi-sws.org/iris/stdpp)
- **Entries:** 4,982
- **Files processed:** 59
- **License:** BSD 3-Clause

## Schema

| Column | Type | Description |
|--------|------|-------------|
| fact | string | Full declaration (name, signature, body) |
| type | string | Lemma, Definition, Instance, Class, etc. |
| library | string | Sub-library (stdpp, stdpp_bitvector, stdpp_unstable) |
| imports | list | Import statements |
| filename | string | Source file path |
| symbolic_name | string | Declaration identifier |
| docstring | string | Documentation comment (9% coverage) |

## Statistics

### By Type
| Type | Count |
|------|-------|
| Lemma | 3,374 |
| Instance | 1,000 |
| Definition | 311 |
| Class | 103 |
| Fixpoint | 93 |
| Inductive | 43 |
| Existing | 30 |
| Record | 18 |
| Other | 10 |

## Example Entry



## Use Cases

- Retrieval / RAG for Coq/Iris theorem proving
- Separation logic research
- Training embeddings for formal mathematics

## Related Datasets

- [phanerozoic/Coq-Iris](https://huggingface.co/datasets/phanerozoic/Coq-Iris) - The Iris framework itself

## Citation