Proof Assistant Projects
Collection
Digesting proof assistant libraries for AI ingestion. • 84 items • Updated • 3
Error code: ClientConnectionError
A structured dataset of formalizations from CompCert, the verified C compiler.
This dataset is derived from CompCert, copyright Institut National de Recherche en Informatique et en Automatique (INRIA) and AbsInt Angewandte Informatik GmbH.
Non-Commercial Use Only. The INRIA Non-Commercial License grants the right to use CompCert for educational, research, personal, or evaluation purposes only. Commercial use is prohibited without a separate license from AbsInt.
Some source files are dual-licensed under LGPL v2.1, permitting commercial use of those components. See the LICENSE for details.
For commercial licensing: info@absint.com
| Column | Type | Description |
|---|---|---|
| fact | string | Declaration body (without type keyword) |
| type | string | Lemma, Theorem, Definition, Inductive, etc. |
| library | string | Component (backend, cfrontend, common, lib, x86, arm, aarch64, riscv, powerpc) |
| imports | list | Import statements |
| filename | string | Source file path |
| symbolic_name | string | Declaration identifier |
| docstring | string | Documentation comment |