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 @@
... code:: shell
--dune build+
+dune build
+
The build with:
+Then build with:
make doc
@@ -150,7 +150,7 @@ 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.