Update README.md
Browse files
README.md
CHANGED
|
@@ -19,3 +19,8 @@ There are 24 problems, mostly simple non-recursive functions and simple recursio
|
|
| 19 |
natural numbers and lists. Each problem statement consists of a natural language description, a function signature,
|
| 20 |
and the formal specification consisting of up to two theorem statements. Currently in Lean only; translation to
|
| 21 |
other languages is welcome.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
natural numbers and lists. Each problem statement consists of a natural language description, a function signature,
|
| 20 |
and the formal specification consisting of up to two theorem statements. Currently in Lean only; translation to
|
| 21 |
other languages is welcome.
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
# Files
|
| 25 |
+
- `easy.jsonl`: the problem statements in JSONL format. Fields include "description", "function_signature", "theorem_signature", "theorem2_signature"
|
| 26 |
+
- `EasyBenchmark.lean`: the solutions including function implementations and proofs. Requires Mathlib.
|