File size: 1,411 Bytes
3988262
b6b1429
 
 
 
 
 
 
 
 
 
 
 
 
 
3988262
b6b1429
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
license: bsd-3-clause
tags:
  - theorem-proving
  - formal-methods
  - idris2
  - dependent-types
  - functional-programming
task_categories:
  - text-generation
  - feature-extraction
language:
  - en
size_categories:
  - 1K<n<10K
---

# Idris2

A structured dataset of type declarations and definitions from **Idris 2**, a dependently typed functional programming language.

## Source

- **Repository:** https://github.com/idris-lang/Idris2
- **Website:** https://idris-lang.org
- **License:** BSD-3-Clause

## Statistics

| Property | Value |
|----------|-------|
| **Total Entries** | 6,211 |
| **Functions** | 5,318 |
| **Data types** | 695 |
| **Records** | 198 |
| **Docstring Coverage** | 30.8% |

## Schema

| Column | Type | Description |
|--------|------|-------------|
| `fact` | string | Type signature or definition |
| `type` | string | "function", "data", or "record" |
| `library` | string | Idris library (base, contrib, etc.) |
| `imports` | list[string] | Module imports |
| `filename` | string | Source .idr file |
| `symbolic_name` | string | Declaration name |
| `docstring` | string | Documentation comment |

## About Idris 2

Idris 2 is a purely functional language with:
- First-class dependent types
- Quantitative type theory
- Compilation to Scheme, JavaScript, RefC
- Interactive theorem proving

## Creator

Charles Norton ([phanerozoic](https://huggingface.co/phanerozoic))