https://github.com/ilyasergey/funind
https://github.com/ilyasergey/funind
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilyasergey/funind
- Owner: ilyasergey
- Created: 2023-06-15T06:59:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T04:50:17.000Z (3 months ago)
- Last Synced: 2025-03-27T02:23:25.161Z (3 months ago)
- Language: Coq
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Exercises in Proving Program Equivalence
### Requirements
Coq definitions and proofs:
* [Coq 8.18 or later](https://coq.inria.fr)
* [Mathematical Components](http://math-comp.github.io/math-comp/) (`ssreflect`, 1.10)### Building
We recommend installing the Coq requirements via [OPAM](https://opam.ocaml.org/doc/Install.html):
```
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq coq-mathcomp-ssreflect.1.10.0 coq-equations
```