File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 9
9
- Fabian Kunze
10
10
- Nils Lauermann
11
11
- Niklas Mück
12
+ - Haoyi Zeng
12
13
- Maintainer:
13
14
- Yannick Forster ([ ** @yforster ** ] ( https://github.com/yfrster ) )
14
15
- License: [ MIT License] ( LICENSE )
@@ -39,14 +40,15 @@ This library contains results on synthetic computability theory.
39
40
- A proof of Post's theorem (` PT ` ) in ` TuringReducibility/SemiDec.v `
40
41
- A proof of Post's theorem about the arithmetical hierarchy in ` PostsTheorem/PostsTheorem.v `
41
42
- A proof of the Kleene-Post theorem in ` PostsTheorem/KleenePostTheorem.v `
43
+ - A solution to Post's problem in ` PostsProblem `
42
44
43
45
## Installation
44
46
45
47
``` sh
46
48
opam switch create coq-synthetic-computability --packages=ocaml-variants.4.14.0+options,ocaml-option-flambda
47
49
eval $( opam env)
48
50
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
50
52
cd theories
51
53
make
52
54
make install
You can’t perform that action at this time.
0 commit comments