Skip to content

Commit 85f7f4c

Browse files
committed
README
1 parent 5162225 commit 85f7f4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Fabian Kunze
1010
- Nils Lauermann
1111
- Niklas Mück
12+
- Haoyi Zeng
1213
- Maintainer:
1314
- Yannick Forster ([**@yforster**](https://github.com/yfrster))
1415
- License: [MIT License](LICENSE)
@@ -39,14 +40,15 @@ This library contains results on synthetic computability theory.
3940
- A proof of Post's theorem (`PT`) in `TuringReducibility/SemiDec.v`
4041
- A proof of Post's theorem about the arithmetical hierarchy in `PostsTheorem/PostsTheorem.v`
4142
- A proof of the Kleene-Post theorem in `PostsTheorem/KleenePostTheorem.v`
43+
- A solution to Post's problem in `PostsProblem`
4244

4345
## Installation
4446

4547
```sh
4648
opam switch create coq-synthetic-computability --packages=ocaml-variants.4.14.0+options,ocaml-option-flambda
4749
eval $(opam env)
4850
opam repo add coq-released https://coq.inria.fr/opam/released
49-
opam install coq.8.17.0 coq-equations.1.3+8.17 coq-stdpp.1.8.0
51+
opam install coq.8.17.0 coq-equations.1.3+8.17 coq-metacoq-template.1.2+8.17 coq-stdpp.1.8.0
5052
cd theories
5153
make
5254
make install

0 commit comments

Comments
 (0)