File size: 805 Bytes
68ee017 68c9522 68ee017 6b4c5a5 68c9522 6b4c5a5 68ee017 |
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 |
---
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
``` |