Tactics and automation
The complete sources of this chapter
Exercises
Errata
- Page 195, section 7.3.2:
read:
"The subst tactic looks for hypotheses of the form
x = exp or exp = x "
- Page 196, end of the first paragraph:
read:
"It is however, a good complement to our caseEq tactic ..."
- Section 7.1.2.2, paragraph 2, page 189:
read "Moreover, the argument delta" instead of "Moreover, the argument Delta"
-
Page 209. "[|- context [(S ?1)]]" should be replaced by "[|- context [(S ?X1)]]"
-
Page 209 (fifth paragraph) replace "match ?1" by "match X1"
- Page 210 (last paragraph) read "simpl_on" instead of "simpl_On"
- Section 7.6.2.1, page 203:
read "The patterns have the form
[h1:t1, h2:t2, ... |- C]"
(instead of [h1:t1; h2:t2, ... |- C]