diff --git a/docs/Readme.html b/docs/Readme.html index e50f1ea..027020c 100644 --- a/docs/Readme.html +++ b/docs/Readme.html @@ -67,9 +67,9 @@

Installing dependencies

Building the project

-

... code:: shell

-
-dune build
+
+dune build
+

Alectryon documentation

@@ -78,7 +78,7 @@

Alectryon documentation

opam install "coq-serapi==8.17.0+0.17.1" python3 -m pip install --user alectryon -

The build with:

+

Then build with:

 make doc
 
@@ -150,7 +150,7 @@

Structure of the repository

Axioms

The whole development relies only on axiom K, a conventional and sound axiom -from Coq's standard library (more precisely, Coq.Eqdep.Eq_rect_eq.eq_rect_eq).

+from Coq's standard library (more precisely, Coq.Logic.Eqdep.Eq_rect_eq.eq_rect_eq).

This can be double checked as follows:

The second command will explicit if any axiom has been used to establish the result. As stated in the prelude, we exclusively use -Coq.Eqdep.Eq_rect_eq.eq_rect_eq, ie Streicher's axiom K.

+Coq.Logic.Eqdep.Eq_rect_eq.eq_rect_eq, ie Streicher's axiom K.

diff --git a/theories/OGS/Soundness.v b/theories/OGS/Soundness.v index a0c9ee7..b3b5d89 100644 --- a/theories/OGS/Soundness.v +++ b/theories/OGS/Soundness.v @@ -89,5 +89,5 @@ to provide with several examples: The second command will explicit if any axiom has been used to establish the result. As stated in the `prelude `_, we exclusively use -:coqid:`Coq.Eqdep.Eq_rect_eq.eq_rect_eq`, ie Streicher's axiom K. +:coqid:`Coq.Logic.Eqdep.Eq_rect_eq.eq_rect_eq`, ie Streicher's axiom K. |*) diff --git a/theories/Readme.v b/theories/Readme.v index 7cdda8e..418ff50 100644 --- a/theories/Readme.v +++ b/theories/Readme.v @@ -61,7 +61,7 @@ or manually: Building the project ^^^^^^^^^^^^^^^^^^^^ -... code:: shell +.. code:: shell dune build @@ -75,7 +75,7 @@ To build the html documentation, first install Alectryon: opam install "coq-serapi==8.17.0+0.17.1" python3 -m pip install --user alectryon -The build with: +Then build with: .. code:: shell @@ -150,7 +150,7 @@ Axioms ^^^^^^ The whole development relies only on axiom K, a conventional and sound axiom -from Coq's standard library (more precisely, :coqid:`Coq.Eqdep.Eq_rect_eq.eq_rect_eq`). +from Coq's standard library (more precisely, :coqid:`Coq.Logic.Eqdep.Eq_rect_eq.eq_rect_eq`). This can be double checked as follows: