comparison src/Intro.v @ 549:16d701d4bd82

And working with 8.6 again
author Adam Chlipala <adam@chlipala.net>
date Wed, 12 Jul 2017 13:49:46 -0400
parents 71b85aaae868
children 2a2a6a0241b5
comparison
equal deleted inserted replaced
548:a43fd2ba7ad3 549:16d701d4bd82
184 *) 184 *)
185 185
186 (** ** Installation and Emacs Set-Up *) 186 (** ** Installation and Emacs Set-Up *)
187 187
188 (** 188 (**
189 At the start of the next chapter, I assume that you have installed Coq and Proof General. The code in this book is tested with Coq versions 8.4pl5 and 8.5beta2. Though parts may work with other versions, it is expected that the book source will fail to build with _earlier_ versions. 189 At the start of the next chapter, I assume that you have installed Coq and Proof General. The code in this book is tested with Coq versions 8.4pl6, 8.5pl3, and 8.6. Though parts may work with other versions, it is expected that the book source will fail to build with _earlier_ versions.
190 190
191 %\index{Proof General|(}%To set up your Proof General environment to process the source to the next chapter, a few simple steps are required. 191 %\index{Proof General|(}%To set up your Proof General environment to process the source to the next chapter, a few simple steps are required.
192 192
193 %\begin{enumerate}%#<ol># 193 %\begin{enumerate}%#<ol>#
194 194