mathlib-types / README.md
adamtopaz's picture
Update dataset from 75a010f7590e2d02f65000196b2b2c371d139afa
68c9522 verified
---
license: apache-2.0
language:
- en
tags:
- lean4
- mathlib
- theorem-proving
- formal-mathematics
pretty_name: Mathlib Types
---
# Mathlib Types
This dataset contains information about types defined in [Mathlib](https://github.com/leanprover-community/mathlib4/tree/11d700a58e53f1903b9d99aacb82e03bdf4cca64), the mathematical library for the Lean 4 theorem prover, extracted using [lean_scout](https://github.com/mathlib-initiative/lean_scout).
Extracted from the Mathlib commit with the following hash:
```
11d700a58e53f1903b9d99aacb82e03bdf4cca64
```
The dataset follows this schema:
```yaml
fields:
- type:
datatype: string
nullable: false
name: name
- type:
datatype: string
nullable: true
name: module
- type:
datatype: string
nullable: false
name: type
```