CoolFace
Datasetpublic

mathlib-initiative/mathlib-types

Mathlib Types This dataset contains information about types defined in Mathlib, the mathematical library for the Lean 4 theorem prover, extracted with lean_scout. Extracted from the Mathlib commit with the following hash. 0df444a360eaa60ab8c11dca51a86af692955474 The dataset follows this schema: fields: - type: datatype: string nullable: false name: name - type: datatype: string nullable: true name: module - type: datatype: string nullable: false name:… See the full description on the dataset page: https://huggingface.co/datasets/mathlib-initiative/mathlib-types.

sourceHugging Faceapache-2.0updated 18d agoView on Hugging Face
0likes976downloads
Dataset Card

Mathlib Types

This dataset contains information about types defined in Mathlib, the mathematical library for the Lean 4 theorem prover, extracted with lean_scout.

Extracted from the Mathlib commit with the following hash.

0df444a360eaa60ab8c11dca51a86af692955474

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
- type:
    datatype: string
  nullable: true
  name: docString
- type:
    datatype: bool
  nullable: false
  name: allowCompletion

Attribution

This dataset is derived from Mathlib, an open-source mathematical library developed by the leanprover-community. If you use this dataset, please cite the Mathlib paper or the Mathlib repository.

A full list of Mathlib contributors is available at: https://github.com/leanprover-community/mathlib4/graphs/contributors