File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ The idea is to build a small set of simple examples for verified software develo
77It is inspired by [ human-eval-verus] , which does a similar thing for the Verus Rust verification
88platform.
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
You can’t perform that action at this time.
0 commit comments