Mercurial > cpdt > repo
diff src/LogicProg.v @ 334:386b7ad8849b
Change some template annotations
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 04 Oct 2011 13:38:21 -0400 |
parents | 5cdfbf56afbe |
children | 549d604c3d16 |
line wrap: on
line diff
--- a/src/LogicProg.v Mon Oct 03 11:19:12 2011 -0400 +++ b/src/LogicProg.v Tue Oct 04 13:38:21 2011 -0400 @@ -576,6 +576,7 @@ End autorewrite. +(* begin thide *) (** * Exercises *) (** printing * $\cdot$ *) @@ -645,3 +646,4 @@ I also proved a few hint lemmas tailored to particular theorems, but which do not give common algebraic simplification rules. You will probably want to use some, too, in cases where [eauto] does not find a proof within a reasonable amount of time. In total, beside the main theorems to be proved, my sample solution includes 6 lemmas, with a mix of the two kinds of lemmas. You may use more in your solution, but I suggest trying to minimize the number. #</ol>#%\end{enumerate}% *) +(* end thide *)