mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Truly building with Coq 8.9 again
This commit is contained in:
parent
77f22213d8
commit
6ea006fccf
2 changed files with 3 additions and 2 deletions
|
@ -97,7 +97,8 @@ Proof.
|
|||
|
||||
equality.
|
||||
|
||||
linear_arithmetic.
|
||||
rewrite IHe1, IHe2.
|
||||
ring.
|
||||
Qed.
|
||||
(* Well, that's a relief! ;-) *)
|
||||
|
||||
|
|
|
@ -5461,7 +5461,7 @@ The project home page is:
|
|||
\begin{center}
|
||||
\url{https://coq.inria.fr/}
|
||||
\end{center}
|
||||
The code associated with this book is designed to work with Coq versions 8.10 and higher.
|
||||
The code associated with this book is designed to work with Coq versions 8.9 and higher.
|
||||
The project Web site makes a number of versions available, and versions are also available in popular OS package distributions, along with binaries for platforms where open-source package systems are less common.
|
||||
We assume that readers have installed Coq by one of those means or another.
|
||||
It will also be almost essential to use some graphical interface for Coq editing.
|
||||
|
|
Loading…
Reference in a new issue