Skip to content

Commit 271acbe

Browse files
committed
Expand readme
1 parent a7675cb commit 271acbe

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ The idea is to build a small set of simple examples for verified software develo
77
It is inspired by [human-eval-verus], which does a similar thing for the Verus Rust verification
88
platform.
99

10+
## Contributions
11+
12+
Contributions are welcome! You can
13+
[look at the open issues](https://github.com/TwoFX/human-eval-lean/issues) to see
14+
which problems do not currently have a solution.
15+
16+
Feel free to add your thoughts about
17+
a problem to the corresponding issue. A rough estimation of the difficulty is already
18+
helpful; I will add the corresponding label to the issue.
19+
20+
PRs contributing new solutions to both unsolved and solved problems are welcome,
21+
as are PRs improving the code of existing solutions. Golfing is welcome as long
22+
as the resulting code can still be considered idiomatic.
23+
24+
We use the [Lean 4 standard library style guide and naming convention](https://github.com/leanprover/lean4/tree/master/doc/std),
25+
but we won't be very strict about enforcing it.
26+
27+
One of the goals of the goals of this project is to assess the out-of-the-box
28+
experience of Lean 4 as a software verification tool, so this project will not
29+
take on dependencies such as Batteries.
30+
1031
[HumanEval]: https://github.com/openai/human-eval
1132
[Lean 4]: https://lean-lang.org/
12-
[human-eval-verus]: https://github.com/secure-foundations/human-eval-verus
33+
[human-eval-verus]: https://github.com/secure-foundations/human-eval-verus

0 commit comments

Comments
 (0)