Skip to content

Commit

Permalink
add coq-equations
Browse files Browse the repository at this point in the history
  • Loading branch information
MevenBertrand committed Jul 12, 2023
1 parent 6d22205 commit e0fe568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The formalisation follows a similar [Agda formalization]((https://github.com/mr-
Building
===========

The project builds with Coq version `8.16.1`. It needs the opam package `coq-smpl`. Once these have been installed, you can simply issue `make` in the root folder. The build takes around 3 minutes on a modern laptop.
The project builds with Coq version `8.16.1`. It depends on the opam package `coq-smpl` and `coq-equations` (version 1.3 at least). Once these have been installed, you can simply issue `make` in the root folder. The build takes around 3 minutes on a modern laptop.

Apart from a few harmless warnings, and the output of some examples, the build reports on the assumptions of our main theorems, using `Print Assumptions`. The message `Closed under the global context` indicates that all of them are axiom-free.

For easiness, the html documentation built using `coqdoc` is included in the artefact. It can be built again invoking `make coqdoc`.

Browsing the Development
Browsing the development
==================

The development, rendered using the [coqdoc](https://coq.inria.fr/refman/using/tools/coqdoc.html) utility, can be generated using `make coqdoc`, and then browed offline (as html files). To start navigating the sources, the best entry point is probably the [the table of content](./docs/coqdoc/toc.html). A [short description of the file contents](./docs/index.md) is also provided to make the navigation easier.
Expand Down

0 comments on commit e0fe568

Please sign in to comment.