An open API service indexing awesome lists of open source software.

https://github.com/ilyasergey/funind


https://github.com/ilyasergey/funind

Last synced: 2 months ago
JSON representation

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
```