File size: 1,840 Bytes
4f1e0fa
1317198
 
fd7cccb
 
 
 
 
 
 
1317198
fd7cccb
 
1317198
fd7cccb
1317198
fd7cccb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d0940c
 
fd7cccb
 
9d0940c
fd7cccb
9d0940c
 
4f1e0fa
1317198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
license: mit
tags:
- theorem-proving
- formal-methods
- coq
- quickchick
- testing
- property-based-testing
- quickcheck
task_categories:
- text-generation
- feature-extraction
language:
- en
size_categories:
- 1K<n<10K
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: fact
    dtype: string
  - name: type
    dtype: string
  - name: library
    dtype: string
  - name: imports
    list: string
  - name: filename
    dtype: string
  - name: symbolic_name
    dtype: string
  - name: docstring
    dtype: string
  splits:
  - name: train
    num_bytes: 1434830
    num_examples: 2371
  download_size: 377812
  dataset_size: 1434830
---

# Coq-QuickChick

Randomized property-based testing plugin for Coq, inspired by QuickCheck.

## Source

- **Repository:** https://github.com/QuickChick/QuickChick
- **License:** MIT

## Statistics

| Property | Value |
|----------|-------|
| **Total Entries** | 2,371 |
| **Files Processed** | 107 |

### Type Distribution

| Type | Count |
|------|-------|
| Definition | 627 |
| Lemma | 533 |
| Inductive | 238 |
| Fixpoint | 201 |
| Theorem | 188 |
| Instance | 188 |
| Ltac2 | 134 |
| Class | 76 |
| Example | 74 |
| Axiom | 32 |
| Ltac | 31 |
| Program | 24 |
| Record | 9 |
| Parameter | 9 |
| Coercion | 3 |

## Schema

| Column | Type | Description |
|--------|------|-------------|
| `fact` | string | Declaration body (name, signature, proof) |
| `type` | string | Declaration type |
| `library` | string | Library component |
| `imports` | list[string] | Import statements |
| `filename` | string | Source file path |
| `symbolic_name` | string | Declaration identifier |
| `docstring` | string | Documentation comment (if present) |

## Creator

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