Added recommended software.
This commit is contained in:
parent
e1de1928c5
commit
f00f5b1b74
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -81,3 +81,15 @@ We also show the limits of dependently-typed functional programming.
|
|||
* Total functional programming.
|
||||
* Generic functional programming.
|
||||
* Open problems in dependent functional programming.
|
||||
|
||||
## Recommended software
|
||||
|
||||
OCaml 4.0x and Coq **8.5**.
|
||||
|
||||
Once you have installed [opam](https://opam.ocaml.org/doc/Install.html), use the following commands:
|
||||
```bash
|
||||
opam init --comp=4.05 # for instance
|
||||
opam repo add coq-released https://coq.inria.fr/opam/released
|
||||
opam update
|
||||
opam install -j4 -v coq.8.5.3
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue