File size: 1,289 Bytes
8d46f77
39223ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8d46f77
39223ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
  - theorem-proving
  - formal-methods
  - lean4
  - qq
  - quotation
  - metaprogramming
  - expressions
task_categories:
  - text-generation
  - feature-extraction
language:
  - en
size_categories:
  - n<1K
---

# Lean4-Qq

Qq provides type-safe expression quotations for constructing object-level expressions in meta-level Lean 4 code.

## Source

- **Repository:** https://github.com/leanprover-community/quote4
- **License:** Apache-2.0

## Statistics

| Property | Value |
|----------|-------|
| **Total Entries** | 104 |
| **Files Processed** | 28 |

### Type Distribution

| Type | Count |
|------|-------|
| def | 85 |
| abbrev | 7 |
| structure | 6 |
| inductive | 3 |
| opaque | 2 |
| class | 1 |

## Schema

| Column | Type | Description |
|--------|------|-------------|
| `fact` | string | Declaration body (name, signature, implementation) |
| `type` | string | Declaration type (def, theorem, structure, etc.) |
| `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))