Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,29 +1,60 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
-
|
| 5 |
-
|
| 6 |
-
-
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
- name: docstring
|
| 17 |
-
dtype: string
|
| 18 |
-
splits:
|
| 19 |
-
- name: train
|
| 20 |
-
num_bytes: 1871979
|
| 21 |
-
num_examples: 6211
|
| 22 |
-
download_size: 348965
|
| 23 |
-
dataset_size: 1871979
|
| 24 |
-
configs:
|
| 25 |
-
- config_name: default
|
| 26 |
-
data_files:
|
| 27 |
-
- split: train
|
| 28 |
-
path: data/train-*
|
| 29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: bsd-3-clause
|
| 3 |
+
tags:
|
| 4 |
+
- theorem-proving
|
| 5 |
+
- formal-methods
|
| 6 |
+
- idris2
|
| 7 |
+
- dependent-types
|
| 8 |
+
- functional-programming
|
| 9 |
+
task_categories:
|
| 10 |
+
- text-generation
|
| 11 |
+
- feature-extraction
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
+
|
| 18 |
+
# Idris2
|
| 19 |
+
|
| 20 |
+
A structured dataset of type declarations and definitions from **Idris 2**, a dependently typed functional programming language.
|
| 21 |
+
|
| 22 |
+
## Source
|
| 23 |
+
|
| 24 |
+
- **Repository:** https://github.com/idris-lang/Idris2
|
| 25 |
+
- **Website:** https://idris-lang.org
|
| 26 |
+
- **License:** BSD-3-Clause
|
| 27 |
+
|
| 28 |
+
## Statistics
|
| 29 |
+
|
| 30 |
+
| Property | Value |
|
| 31 |
+
|----------|-------|
|
| 32 |
+
| **Total Entries** | 6,211 |
|
| 33 |
+
| **Functions** | 5,318 |
|
| 34 |
+
| **Data types** | 695 |
|
| 35 |
+
| **Records** | 198 |
|
| 36 |
+
| **Docstring Coverage** | 30.8% |
|
| 37 |
+
|
| 38 |
+
## Schema
|
| 39 |
+
|
| 40 |
+
| Column | Type | Description |
|
| 41 |
+
|--------|------|-------------|
|
| 42 |
+
| `fact` | string | Type signature or definition |
|
| 43 |
+
| `type` | string | "function", "data", or "record" |
|
| 44 |
+
| `library` | string | Idris library (base, contrib, etc.) |
|
| 45 |
+
| `imports` | list[string] | Module imports |
|
| 46 |
+
| `filename` | string | Source .idr file |
|
| 47 |
+
| `symbolic_name` | string | Declaration name |
|
| 48 |
+
| `docstring` | string | Documentation comment |
|
| 49 |
+
|
| 50 |
+
## About Idris 2
|
| 51 |
+
|
| 52 |
+
Idris 2 is a purely functional language with:
|
| 53 |
+
- First-class dependent types
|
| 54 |
+
- Quantitative type theory
|
| 55 |
+
- Compilation to Scheme, JavaScript, RefC
|
| 56 |
+
- Interactive theorem proving
|
| 57 |
+
|
| 58 |
+
## Creator
|
| 59 |
+
|
| 60 |
+
Charles Norton ([phanerozoic](https://huggingface.co/phanerozoic))
|